We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bec75 commit 480f999Copy full SHA for 480f999
1 file changed
evals/packages/types/src/roo-code.ts
@@ -400,8 +400,6 @@ export const providerSettingsSchema = z.object({
400
// OpenAI Native
401
openAiNativeApiKey: z.string().optional(),
402
openAiNativeBaseUrl: z.string().optional(),
403
- // XAI
404
- xaiApiKey: z.string().optional(),
405
// Mistral
406
mistralApiKey: z.string().optional(),
407
mistralCodestralUrl: z.string().optional(),
0 commit comments