mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-04 07:34:25 +02:00
Codex OAuth tokens use the ChatGPT backend API (chatgpt.com), not the standard OpenAI API (api.openai.com). pi-ai already has a dedicated openai-codex provider with the correct API format (openai-codex-responses) and base URL. Remove the alias that was incorrectly mapping openai-codex to openai, which caused 401 errors due to missing scopes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>