mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
add watsonx missing provider in the typs
This commit is contained in:
parent
ad4b778c27
commit
0362aaecdb
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ import {
|
|||
vscodeLlmModels,
|
||||
xaiModels,
|
||||
internationalZAiModels,
|
||||
watsonxAiModels,
|
||||
} from "./providers/index.js"
|
||||
|
||||
/**
|
||||
|
|
@ -541,6 +542,11 @@ export const MODELS_BY_PROVIDER: Record<
|
|||
label: "VS Code LM API",
|
||||
models: Object.keys(vscodeLlmModels),
|
||||
},
|
||||
watsonx: {
|
||||
id: "watsonx",
|
||||
label: "IBM watsonx",
|
||||
models: Object.keys(watsonxAiModels),
|
||||
},
|
||||
xai: { id: "xai", label: "xAI (Grok)", models: Object.keys(xaiModels) },
|
||||
zai: { id: "zai", label: "Zai", models: Object.keys(internationalZAiModels) },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue