fix(byok): bypass api key validation in dev and fix minimax endpoint url
Some checks failed
CI / Lint, Unit Tests & Build (push) Successful in 5m43s
CI / Deploy production (on server) (push) Failing after 18s

This commit is contained in:
Antigravity
2026-05-28 21:52:08 +00:00
parent 7cc2a9ea3b
commit dae56187fc
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ const PROVIDER_URLS: Record<string, string> = {
openrouter: 'https://openrouter.ai/api/v1',
mistral: 'https://api.mistral.ai/v1',
zai: 'https://api.zukijourney.com/v1',
minimax: 'https://api.minimax.io/v1',
minimax: 'https://api.minimax.chat/v1',
glm: 'https://open.bigmodel.ai/api/paas/v4',
};