@roo-code/types 1.56.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4044,13 +4044,9 @@ var MODELS_BY_PROVIDER = {
|
|
|
4044
4044
|
xai: { id: "xai", label: "xAI (Grok)", models: Object.keys(xaiModels) },
|
|
4045
4045
|
zai: { id: "zai", label: "Zai", models: Object.keys(internationalZAiModels) },
|
|
4046
4046
|
// Models pulled from the respective APIs.
|
|
4047
|
-
"gemini-cli": { id: "gemini-cli", label: "Gemini CLI", models: [] },
|
|
4048
4047
|
glama: { id: "glama", label: "Glama", models: [] },
|
|
4049
4048
|
huggingface: { id: "huggingface", label: "Hugging Face", models: [] },
|
|
4050
4049
|
litellm: { id: "litellm", label: "LiteLLM", models: [] },
|
|
4051
|
-
lmstudio: { id: "lmstudio", label: "LM Studio", models: [] },
|
|
4052
|
-
ollama: { id: "ollama", label: "Ollama", models: [] },
|
|
4053
|
-
openai: { id: "openai", label: "OpenAI Compatible", models: [] },
|
|
4054
4050
|
openrouter: { id: "openrouter", label: "OpenRouter", models: [] },
|
|
4055
4051
|
requesty: { id: "requesty", label: "Requesty", models: [] },
|
|
4056
4052
|
unbound: { id: "unbound", label: "Unbound", models: [] }
|