Skip to content

Commit 67e406d

Browse files
Merge branch 'watsonx-ai-integration' of https://github.com/PrasangAPrajapati/Roo-Code into watsonx-ai-integration
1 parent 59ee5aa commit 67e406d

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {
2828
chutesDefaultModelId,
2929
bedrockDefaultModelId,
3030
vertexDefaultModelId,
31-
watsonxAiDefaultModelId,
3231
sambaNovaDefaultModelId,
3332
internationalZAiDefaultModelId,
3433
mainlandZAiDefaultModelId,

webview-ui/src/components/settings/constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
xaiModels,
1616
groqModels,
1717
chutesModels,
18-
watsonxAiModels,
1918
sambaNovaModels,
2019
doubaoModels,
2120
internationalZAiModels,
@@ -41,7 +40,6 @@ export const MODELS_BY_PROVIDER: Partial<Record<ProviderName, Record<string, Mod
4140
xai: xaiModels,
4241
groq: groqModels,
4342
chutes: chutesModels,
44-
watsonx: watsonxAiModels,
4543
sambanova: sambaNovaModels,
4644
zai: internationalZAiModels,
4745
fireworks: fireworksModels,
@@ -78,7 +76,6 @@ export const PROVIDERS = [
7876
{ value: "huggingface", label: "Hugging Face" },
7977
{ value: "chutes", label: "Chutes AI" },
8078
{ value: "litellm", label: "LiteLLM" },
81-
{ value: "watsonx", label: "IBM watsonx" },
8279
{ value: "sambanova", label: "SambaNova" },
8380
{ value: "zai", label: "Z AI" },
8481
{ value: "fireworks", label: "Fireworks AI" },

webview-ui/src/components/settings/providers/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export { VSCodeLM } from "./VSCodeLM"
2626
export { XAI } from "./XAI"
2727
export { ZAi } from "./ZAi"
2828
export { LiteLLM } from "./LiteLLM"
29-
export { WatsonxAI } from "./WatsonxAI"
3029
export { Fireworks } from "./Fireworks"
3130
export { Featherless } from "./Featherless"
3231
export { VercelAiGateway } from "./VercelAiGateway"

0 commit comments

Comments
 (0)