Обновить openrouter_auto_router_v2.7.1.py
This commit is contained in:
@@ -32,11 +32,11 @@ class Pipe:
|
|||||||
description="Модель для обычных запросов",
|
description="Модель для обычных запросов",
|
||||||
)
|
)
|
||||||
CODING_MODEL: str = Field(
|
CODING_MODEL: str = Field(
|
||||||
default="OpenAI: GPT-5.6 Luna",
|
default="openai/gpt-5.6-luna",
|
||||||
description="Модель для кода, Linux, Docker и Proxmox",
|
description="Модель для кода, Linux, Docker и Proxmox",
|
||||||
)
|
)
|
||||||
VISION_MODEL: str = Field(
|
VISION_MODEL: str = Field(
|
||||||
default="OpenAI: GPT-5.6 Luna",
|
default="openai/gpt-5.6-luna",
|
||||||
description="Модель для изображений и скриншотов",
|
description="Модель для изображений и скриншотов",
|
||||||
)
|
)
|
||||||
COMPLEX_MODEL: str = Field(
|
COMPLEX_MODEL: str = Field(
|
||||||
|
|||||||
Reference in New Issue
Block a user