From 7f5a4e8ed25662fd9674f0818833527377b9ec20 Mon Sep 17 00:00:00 2001 From: host Date: Wed, 12 Aug 2026 18:30:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20openrouter=5Fauto=5Frouter=5Fv2.7.2.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openrouter_auto_router_v2.7.2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openrouter_auto_router_v2.7.2.py b/openrouter_auto_router_v2.7.2.py index 91e0dca..0f284da 100644 --- a/openrouter_auto_router_v2.7.2.py +++ b/openrouter_auto_router_v2.7.2.py @@ -31,11 +31,11 @@ class Pipe: description="Модель для обычных запросов", ) CODING_MODEL: str = Field( - default="OpenAI: GPT-5.6 Luna", + default="openai/gpt-5.6-luna", description="Модель для кода, Linux, Docker и Proxmox", ) VISION_MODEL: str = Field( - default="OpenAI: GPT-5.6 Luna", + default="openai/gpt-5.6-luna", description="Модель для изображений и скриншотов", ) COMPLEX_MODEL: str = Field(