ai with hyper machine fixing the url
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-06-26 15:31:16 +01:00
parent 7251bf305a
commit e58b0e152b
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export const env = {
},
get hyperOllamaUrl(): string {
return process.env.HYPER_OLLAMA_URL ?? "http://192.168.1.50:11434";
return process.env.HYPER_OLLAMA_URL ?? "http://192.168.0.98:11434";
},
get hyperOllamaModelFast(): string {