Switch default OpenRouter model to Arcee Trinity with reasoning

This commit is contained in:
Ruslan Bakiev
2026-02-19 15:22:37 +07:00
parent 2f64bc51dc
commit 1047d5cb3f

View File

@@ -18,10 +18,10 @@ services:
CF_AGENT_MODE: "langgraph"
OPENROUTER_API_KEY: "${OPENROUTER_API_KEY:-}"
OPENROUTER_BASE_URL: "https://openrouter.ai/api/v1"
OPENROUTER_MODEL: "openai/gpt-4o-mini"
OPENROUTER_MODEL: "arcee-ai/trinity-large-preview:free"
OPENROUTER_HTTP_REFERER: "${OPENROUTER_HTTP_REFERER:-}"
OPENROUTER_X_TITLE: "clientsflow"
OPENROUTER_REASONING_ENABLED: "${OPENROUTER_REASONING_ENABLED:-0}"
OPENROUTER_REASONING_ENABLED: "${OPENROUTER_REASONING_ENABLED:-1}"
CF_WHISPER_MODEL: "${CF_WHISPER_MODEL:-Xenova/whisper-small}"
CF_WHISPER_LANGUAGE: "${CF_WHISPER_LANGUAGE:-ru}"
LANGFUSE_ENABLED: "${LANGFUSE_ENABLED:-true}"