Skip to content

Commit 253cbb1

Browse files
committed
feat(api): add cognima to providers object
Add cognima as a new provider in the webview message handler initialization, extending support for additional model sources.
1 parent 0076e71 commit 253cbb1

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
@@ -770,6 +770,7 @@ export const webviewMessageHandler = async (
770770
ollama: {},
771771
lmstudio: {},
772772
roo: {},
773+
cognima: {},
773774
}
774775

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

0 commit comments

Comments
 (0)