fix hermes qwen model

This commit is contained in:
Roger Oriol
2026-06-29 00:21:57 +02:00
parent 9eb8d344fa
commit 1145214e24
2 changed files with 13 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ data:
model: ollama/glm-4.7-flash
api_base: http://10.88.20.12:11434
# Used by the platform-engineer Hermes agent (deployed in ns platform-engineer).
- model_name: qwen-3.6:27b
# model_name is the alias Hermes requests; the underlying Ollama model is qwen3.6:27b.
- model_name: qwen3.6:27b
litellm_params:
model: ollama/qwen3.6:27b
api_base: http://10.88.20.12:11434