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 146724e commit 47ac679Copy full SHA for 47ac679
src/services/ghost/GhostModel.ts
@@ -37,10 +37,7 @@ export class GhostModel {
37
if (!(await checkKilocodeBalance(profile.kilocodeToken, profile.kilocodeOrganizationId))) continue
38
}
39
40
- this.apiHandler = buildApiHandler({
41
- ...profile,
42
- [modelIdKeysByProvider[provider]]: model,
43
- })
+ this.apiHandler = buildApiHandler({ ...profile, [modelIdKeysByProvider[provider]]: model })
44
45
if (this.apiHandler instanceof OpenRouterHandler) {
46
await this.apiHandler.fetchModel()
0 commit comments