finish up ai cmd

This commit is contained in:
cirroskais 2024-04-20 03:52:38 -04:00
parent 7766829dd9
commit ab612467cc
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -7,8 +7,8 @@ const ollama = new Ollama({ host: process.env.OLLAMA_API });
export default class extends SlashCommand implements Command { export default class extends SlashCommand implements Command {
name = "ai"; name = "ai";
description = "Send a message to llama3."; description = "Talk to terry. He will not remember your conversations.";
options = [{ type: 3, name: "input", description: "Text input to send to llama3.", required: true }]; options = [{ type: 3, name: "input", description: "Text input.", required: true }];
constructor() { constructor() {
super(); super();