update ollama endpoint
This commit is contained in:
parent
3d6625757b
commit
82f111a171
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ spec:
|
||||||
tag: v0.4.4
|
tag: v0.4.4
|
||||||
env:
|
env:
|
||||||
- name: OLLAMA_BASE_URL
|
- name: OLLAMA_BASE_URL
|
||||||
value: http://ollama.ai.svc.cluster.local:11434
|
value: http://10.1.1.61:11434
|
||||||
- name: ENABLE_RAG_WEB_SEARCH
|
- name: ENABLE_RAG_WEB_SEARCH
|
||||||
value: true
|
value: true
|
||||||
- name: RAG_WEB_SEARCH_ENGINE
|
- name: RAG_WEB_SEARCH_ENGINE
|
||||||
|
|
Loading…
Reference in a new issue