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 e823892 commit bb5d442Copy full SHA for bb5d442
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 = 'http://localhost:11434'
+export const OLLAMA_BASE_URL = "https://app-xiaofan.cloud.aau.dk/"
7
8
// Which model to use. Must be pulled in Ollama first, e.g.:
9
// ollama pull qwen2.5:7b
0 commit comments