From 279cc1f2356b059a33b0303d459df80b883db662 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Tue, 14 Jul 2026 21:45:18 +0200 Subject: [PATCH] configure litellm models --- litellm/litellm.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index 72d51cf..6bb68fb 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -27,11 +27,11 @@ data: litellm_params: model: gemini/gemini-3-flash-preview api_key: "os.environ/GEMINI_API_KEY" - - model_name: hy3 + - model_name: tencent/hy3:free litellm_params: model: openrouter/tencent/hy3:free api_key: "os.environ/OPENROUTER_API_KEY" - - model_name: glm-5.2 + - model_name: z-ai/glm-5.2 litellm_params: model: openrouter/z-ai/glm-5.2 api_key: "os.environ/OPENROUTER_API_KEY" @@ -39,10 +39,6 @@ data: litellm_params: model: ollama/glm-4.7-flash api_base: http://10.88.20.12:11434 - - model_name: qwen-3.6 - litellm_params: - model: ollama/qwen-3.6 - api_base: http://10.88.20.12:11434 # Used by the platform-engineer Hermes agent (deployed in ns platform-engineer). # model_name is the alias Hermes requests; the underlying Ollama model is # qwen3.6:latest (the fast non-27b tag). 27b is a slow reasoning model.