fixed reasoning
This commit is contained in:
+4
-1
@@ -11,9 +11,12 @@ VITE_DEV_PORT=5173
|
||||
# OpenRouter
|
||||
OPENROUTER_API_KEY=sk-or-v1-your-key-here
|
||||
OPENROUTER_MODEL=deepseek/deepseek-chat
|
||||
# deepseek/deepseek-v4-pro — сильная модель, tools поддерживаются:
|
||||
# OPENROUTER_MODEL=deepseek/deepseek-v4-pro
|
||||
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|
||||
# Для reasoning-моделей без tools: OPENROUTER_TOOLS_ENABLED=false
|
||||
OPENROUTER_TOOLS_ENABLED=true
|
||||
# none = без thinking (быстрее, стабильнее с tools). low|medium|high|xhigh — reasoning.
|
||||
OPENROUTER_REASONING_EFFORT=none
|
||||
# JSON-экстракция памяти отдельной моделью (если основная капризничает):
|
||||
# MEMORY_EXTRACT_MODEL=deepseek/deepseek-chat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user