We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e06592 commit 7b7d59aCopy full SHA for 7b7d59a
src/api/index.ts
@@ -176,7 +176,7 @@ export function buildApiHandler(configuration: ProviderSettings): ApiHandler {
176
case "vercel-ai-gateway":
177
return new VercelAiGatewayHandler(options)
178
default:
179
- apiProvider satisfies "gemini-cli" | "codex-cli-native" | undefined
+ apiProvider satisfies "gemini-cli" | undefined
180
return new AnthropicHandler(options)
181
}
182
0 commit comments