limit ollama context

This commit is contained in:
Michael Thomson
2026-07-30 15:36:18 -04:00
parent 9b35faf15d
commit 7d30038f4d
+1
View File
@@ -25,6 +25,7 @@ spec:
- name: qwen3.5:9b-custom
template: |
FROM qwen3.5:9b
PARAMETER num_ctx 8192
PARAMETER temperature 1.0
PARAMETER top_p 0.95
PARAMETER top_k 20