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