Skip to content

Commit 0bd84b7

Browse files
daniel-lxsBelerafon
authored andcommitted
refactor: remove describe
1 parent 6aa0163 commit 0bd84b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/provider-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const lmStudioSchema = baseProviderSettingsSchema.extend({
148148
lmStudioBaseUrl: z.string().optional(),
149149
lmStudioDraftModelId: z.string().optional(),
150150
lmStudioSpeculativeDecodingEnabled: z.boolean().optional(),
151-
lmStudioApiTimeout: z.number().optional().describe("Timeout in minutes for LMStudio API requests"),
151+
lmStudioApiTimeout: z.number().optional(),
152152
})
153153

154154
const geminiSchema = apiModelIdProviderModelSchema.extend({

0 commit comments

Comments
 (0)