Merge branch 'watsonx-ai-integration' of https://github.com/PrasangAPrajapati/Roo-Code into watsonx-ai-integration

This commit is contained in:
Prasang Prajapati 2025-09-17 19:00:15 -04:00
parent 59ee5aa2a1
commit 67e406d876
3 changed files with 0 additions and 5 deletions

View file

@ -28,7 +28,6 @@ import {
chutesDefaultModelId,
bedrockDefaultModelId,
vertexDefaultModelId,
watsonxAiDefaultModelId,
sambaNovaDefaultModelId,
internationalZAiDefaultModelId,
mainlandZAiDefaultModelId,

View file

@ -15,7 +15,6 @@ import {
xaiModels,
groqModels,
chutesModels,
watsonxAiModels,
sambaNovaModels,
doubaoModels,
internationalZAiModels,
@ -41,7 +40,6 @@ export const MODELS_BY_PROVIDER: Partial<Record<ProviderName, Record<string, Mod
xai: xaiModels,
groq: groqModels,
chutes: chutesModels,
watsonx: watsonxAiModels,
sambanova: sambaNovaModels,
zai: internationalZAiModels,
fireworks: fireworksModels,
@ -78,7 +76,6 @@ export const PROVIDERS = [
{ value: "huggingface", label: "Hugging Face" },
{ value: "chutes", label: "Chutes AI" },
{ value: "litellm", label: "LiteLLM" },
{ value: "watsonx", label: "IBM watsonx" },
{ value: "sambanova", label: "SambaNova" },
{ value: "zai", label: "Z AI" },
{ value: "fireworks", label: "Fireworks AI" },

View file

@ -26,7 +26,6 @@ export { VSCodeLM } from "./VSCodeLM"
export { XAI } from "./XAI"
export { ZAi } from "./ZAi"
export { LiteLLM } from "./LiteLLM"
export { WatsonxAI } from "./WatsonxAI"
export { Fireworks } from "./Fireworks"
export { Featherless } from "./Featherless"
export { VercelAiGateway } from "./VercelAiGateway"