mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge branch 'watsonx-ai-integration' of https://github.com/PrasangAPrajapati/Roo-Code into watsonx-ai-integration
This commit is contained in:
parent
59ee5aa2a1
commit
67e406d876
3 changed files with 0 additions and 5 deletions
|
|
@ -28,7 +28,6 @@ import {
|
|||
chutesDefaultModelId,
|
||||
bedrockDefaultModelId,
|
||||
vertexDefaultModelId,
|
||||
watsonxAiDefaultModelId,
|
||||
sambaNovaDefaultModelId,
|
||||
internationalZAiDefaultModelId,
|
||||
mainlandZAiDefaultModelId,
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue