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 56302f9 commit cf0393eCopy full SHA for cf0393e
src/services/ghost/GhostModel.ts
@@ -35,7 +35,6 @@ export class GhostModel {
35
36
if (provider === "kilocode") {
37
// For all other providers, assume they are usable
38
- const profiles = await providerSettingsManager.listConfig()
39
const kilocodeProfile = profiles.find((p) => p.apiProvider === "kilocode")
40
41
if (!kilocodeProfile) continue
0 commit comments