From 18101ce2b30f967fe51d13b4783986ffc67fcacb Mon Sep 17 00:00:00 2001 From: cirroskais Date: Sat, 20 Apr 2024 00:08:06 -0400 Subject: [PATCH] yes --- src/interactions/ai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";