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 5883f51 commit d45ad78Copy full SHA for d45ad78
src/api/providers/lmstudio.ts
@@ -69,7 +69,7 @@ export class LmStudioHandler extends BaseProvider implements SingleCompletionHan
69
let assistantText = ""
70
71
try {
72
- const params: any = {
+ const params: OpenAI.Chat.ChatCompletionCreateParamsStreaming & { draft_model?: string } = {
73
model: this.getModel().id,
74
messages: openAiMessages,
75
temperature: this.options.modelTemperature ?? LMSTUDIO_DEFAULT_TEMPERATURE,
0 commit comments