We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5d442 commit 12dc93dCopy full SHA for 12dc93d
1 file changed
src/config.ts
@@ -3,7 +3,7 @@
3
// ============================================================
4
// Point this at the running Ollama instance.
5
// Default: http://localhost:11434
6
-export const OLLAMA_BASE_URL = "https://app-xiaofan.cloud.aau.dk/"
+export const OLLAMA_BASE_URL = "https://app-xiaofan.cloud.aau.dk/11434"
7
8
// Which model to use. Must be pulled in Ollama first, e.g.:
9
// ollama pull qwen2.5:7b
0 commit comments