@blockrun/clawrouter 0.12.42 → 0.12.44
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/cli.js +1 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +2 -2
- package/scripts/update.sh +1 -1
package/dist/cli.js
CHANGED
|
@@ -1881,6 +1881,7 @@ var MODEL_ALIASES = {
|
|
|
1881
1881
|
o3: "openai/o3",
|
|
1882
1882
|
// DeepSeek
|
|
1883
1883
|
deepseek: "deepseek/deepseek-chat",
|
|
1884
|
+
"deepseek-chat": "deepseek/deepseek-chat",
|
|
1884
1885
|
reasoner: "deepseek/deepseek-reasoner",
|
|
1885
1886
|
// Kimi / Moonshot
|
|
1886
1887
|
kimi: "moonshot/kimi-k2.5",
|