Skip to content

Commit bb5d442

Browse files
authored
Change OLLAMA_BASE_URL to production endpoint
1 parent e823892 commit bb5d442

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 = 'http://localhost:11434'
6+
export const OLLAMA_BASE_URL = "https://app-xiaofan.cloud.aau.dk/"
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)