feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 39a914effd - Show all commits

View File

@ -35,7 +35,7 @@ spec:
- name: OLLAMA_MODELS
value: /root/.ollama
- name: OLLAMA_MODEL
value: phi3:mini-4k-instruct-q4_0
value: phi3:mini
command:
- /bin/sh
- -c

View File

@ -28,7 +28,7 @@ spec:
- name: AI_CHAT_API
value: http://ollama.ai.svc.cluster.local:11434
- name: AI_CHAT_MODEL
value: phi3:mini-4k-instruct-q4_0
value: phi3:mini
- name: AI_CHAT_TIMEOUT_SEC
value: "20"
ports: