Merge pull request #160 from multica-ai/fix/codex-provider-api
fix(providers): use dedicated openai-codex provider
This commit is contained in:
commit
ae3fee93da
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ const PROVIDER_REGISTRY: Record<string, ProviderMeta> = {
|
|||
*/
|
||||
export const PROVIDER_ALIAS: Record<string, string> = {
|
||||
"claude-code": "anthropic", // Claude Code OAuth uses anthropic API
|
||||
"openai-codex": "openai", // Codex OAuth uses OpenAI API
|
||||
// Note: openai-codex is NOT aliased — pi-ai has a dedicated openai-codex provider
|
||||
// that uses the Codex-specific API (openai-codex-responses) and base URL (chatgpt.com)
|
||||
};
|
||||
|
||||
// ============================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue