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 665f0c9 commit 0e9c2fbCopy full SHA for 0e9c2fb
packages/types/src/provider-settings.ts
@@ -123,7 +123,7 @@ const openAiSchema = baseProviderSettingsSchema.extend({
123
openAiStreamingEnabled: z.boolean().optional(),
124
openAiHostHeader: z.string().optional(), // Keep temporarily for backward compatibility during migration.
125
openAiHeaders: z.record(z.string(), z.string()).optional(),
126
- openAiApiTimeout: z.number().optional().describe("Timeout in milliseconds for OpenAI API requests"),
+ openAiApiTimeout: z.number().optional(),
127
})
128
129
const ollamaSchema = baseProviderSettingsSchema.extend({
0 commit comments