Skip to content

Commit bedca49

Browse files
committed
fix: add chutes to routerModels initialization
- Fix TypeScript error in webviewMessageHandler - Ensure chutes is included in RouterName Record type
1 parent 9a6c8c4 commit bedca49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/webview/webviewMessageHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ export const webviewMessageHandler = async (
776776
ollama: {},
777777
lmstudio: {},
778778
roo: {},
779+
chutes: {},
779780
}
780781

781782
const safeGetModels = async (options: GetModelsOptions): Promise<ModelRecord> => {

0 commit comments

Comments
 (0)