Skip to content

Commit 480f999

Browse files
committed
fix: duplicate key
1 parent 44bec75 commit 480f999

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

evals/packages/types/src/roo-code.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@ export const providerSettingsSchema = z.object({
400400
// OpenAI Native
401401
openAiNativeApiKey: z.string().optional(),
402402
openAiNativeBaseUrl: z.string().optional(),
403-
// XAI
404-
xaiApiKey: z.string().optional(),
405403
// Mistral
406404
mistralApiKey: z.string().optional(),
407405
mistralCodestralUrl: z.string().optional(),

0 commit comments

Comments
 (0)