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 a36c0e1 commit 5b4bbfdCopy full SHA for 5b4bbfd
src/core/webview/ClineProvider.ts
@@ -192,7 +192,10 @@ export class ClineProvider
192
cline.apiConfiguration.lmStudioModelId!,
193
)
194
}
195
- }
+ await forceFullModelDetailsLoad(
196
+ cline.apiConfiguration.lmStudioBaseUrl ?? "http://localhost:1234",
197
+ cline.apiConfiguration.lmStudioModelId!,
198
+ )
199
200
201
// Removes and destroys the top Cline instance (the current finished task),
0 commit comments