clawfast 2.0.0 → 2.0.2
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/README.md +2 -2
- package/dist/clawfast.cjs +1838 -448
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
|
|
|
136
136
|
Modelos usados pelo CLI (wiring via `.chat(...)`, chat-completions):
|
|
137
137
|
|
|
138
138
|
- `mistralai/mistral-medium-3.5-128b`
|
|
139
|
-
- `
|
|
139
|
+
- `openai/gpt-oss-120b`
|
|
140
140
|
- `z-ai/glm-5.1`
|
|
141
141
|
- `qwen/qwen3.5-397b-a17b`
|
|
142
142
|
|
|
@@ -172,7 +172,7 @@ A ordem de fallback do CLI e `CLI_MODEL_CHAIN` em
|
|
|
172
172
|
[`../lib/ai/providers.ts`](../lib/ai/providers.ts):
|
|
173
173
|
|
|
174
174
|
1. NVIDIA `mistralai/mistral-medium-3.5-128b`, se `NVIDIA_API_KEY` estiver configurada
|
|
175
|
-
2. NVIDIA `
|
|
175
|
+
2. NVIDIA `openai/gpt-oss-120b`
|
|
176
176
|
3. NVIDIA `z-ai/glm-5.1`
|
|
177
177
|
4. NVIDIA `qwen/qwen3.5-397b-a17b`
|
|
178
178
|
5. Kimi / DeepSeek por sessao web logada (proxies), se habilitados
|