fix: update OpenRouter API base URL

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Виталий Никитенко
2026-06-05 18:17:47 +07:00
parent 797e8448af
commit 7a3f14fa48

View File

@@ -1102,7 +1102,7 @@ if ! command -v claude &>/dev/null; then
fi
SYS_PROMPT=$(_build_ai_sys_prompt)
ANTHROPIC_BASE_URL=https://openrouter.ai/api/v1 \
ANTHROPIC_BASE_URL=https://openrouter.ai/api \
ANTHROPIC_AUTH_TOKEN="$api_key" \
ANTHROPIC_MODEL=openai/gpt-5.5 \
ANTHROPIC_DEFAULT_OPUS_MODEL=anthropic/claude-4.8-opus \