From b3b2fd915710c6f47b5d81c0c34edf9a09daef5f Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 29 Apr 2026 00:14:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2029/04/2026=2000:14:20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llm_providers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llm_providers.py b/llm_providers.py index 0c5eef8..18ae663 100644 --- a/llm_providers.py +++ b/llm_providers.py @@ -34,8 +34,8 @@ LLM_PROVIDERS = { "openrouter": { "name": "OpenRouter", "type": "api", - "models": ["liquid/lfm-2.5-1.2b-instruct", "google/gemini-2.0-flash-001", "deepseek/deepseek-chat"], - "default": "liquid/lfm-2.5-1.2b-instruct", + "models": ["inclusionai/ling-2.6-flash:free", "google/gemini-2.0-flash-001", "deepseek/deepseek-chat"], + "default": "inclusionai/ling-2.6-flash:free", "endpoint": "https://openrouter.ai/api/v1" }, "ollama": { @@ -55,7 +55,7 @@ def get_orchestrator_config() -> dict: """Retorna config do orchestrator.""" cfg = get_config() return cfg.get("orchestrator", { - "planner": {"provider": "openrouter", "model": "liquid/lfm-2.5-1.2b-instruct"}, + "planner": {"provider": "openrouter", "model": "inclusionai/ling-2.6-flash:free"}, "executor": {"provider": "ollama", "model": "llama3.2:1b"} })