ai-llm: use phi3 mini model
This commit is contained in:
parent
16ab7a963d
commit
39a914effd
@ -35,7 +35,7 @@ spec:
|
|||||||
- name: OLLAMA_MODELS
|
- name: OLLAMA_MODELS
|
||||||
value: /root/.ollama
|
value: /root/.ollama
|
||||||
- name: OLLAMA_MODEL
|
- name: OLLAMA_MODEL
|
||||||
value: phi3:mini-4k-instruct-q4_0
|
value: phi3:mini
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@ -28,7 +28,7 @@ spec:
|
|||||||
- name: AI_CHAT_API
|
- name: AI_CHAT_API
|
||||||
value: http://ollama.ai.svc.cluster.local:11434
|
value: http://ollama.ai.svc.cluster.local:11434
|
||||||
- name: AI_CHAT_MODEL
|
- name: AI_CHAT_MODEL
|
||||||
value: phi3:mini-4k-instruct-q4_0
|
value: phi3:mini
|
||||||
- name: AI_CHAT_TIMEOUT_SEC
|
- name: AI_CHAT_TIMEOUT_SEC
|
||||||
value: "20"
|
value: "20"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user