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