Skip to content

Commit 5b4bbfd

Browse files
pwilkindaniel-lxs
andauthored
Update src/core/webview/ClineProvider.ts
Co-authored-by: Daniel <[email protected]>
1 parent a36c0e1 commit 5b4bbfd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,10 @@ export class ClineProvider
192192
cline.apiConfiguration.lmStudioModelId!,
193193
)
194194
}
195-
}
195+
await forceFullModelDetailsLoad(
196+
cline.apiConfiguration.lmStudioBaseUrl ?? "http://localhost:1234",
197+
cline.apiConfiguration.lmStudioModelId!,
198+
)
196199
}
197200

198201
// Removes and destroys the top Cline instance (the current finished task),

0 commit comments

Comments
 (0)