diff --git a/src/interactions/ai.ts b/src/interactions/ai.ts index 0c618f5..9768c00 100644 --- a/src/interactions/ai.ts +++ b/src/interactions/ai.ts @@ -3,7 +3,7 @@ import { type Interaction } from "@discordeno/bot"; import SlashCommand from "../lib/classes/SlashCommand"; import { Ollama } from "ollama"; -const ollama = new Ollama({ host: "http://host.docker.internal:11434" }); +const ollama = new Ollama({ host: "http://localhost:11434" }); export default class extends SlashCommand implements Command { name = "ai";