Skip to content

Commit 12dc93d

Browse files
authored
Update OLLAMA_BASE_URL to include port number
1 parent bb5d442 commit 12dc93d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ============================================================
44
// Point this at the running Ollama instance.
55
// Default: http://localhost:11434
6-
export const OLLAMA_BASE_URL = "https://app-xiaofan.cloud.aau.dk/"
6+
export const OLLAMA_BASE_URL = "https://app-xiaofan.cloud.aau.dk/11434"
77

88
// Which model to use. Must be pulled in Ollama first, e.g.:
99
// ollama pull qwen2.5:7b

0 commit comments

Comments
 (0)