@nextclaw/runtime 0.2.44 → 0.2.45-beta.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.js +6 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -149,7 +149,12 @@ const builtinProviderRegistry = new ProviderRegistry([{
|
|
|
149
149
|
detectByKeyPrefix: "",
|
|
150
150
|
detectByBaseKeyword: "",
|
|
151
151
|
defaultApiBase: "https://api.deepseek.com",
|
|
152
|
-
defaultModels: [
|
|
152
|
+
defaultModels: [
|
|
153
|
+
"deepseek/deepseek-chat",
|
|
154
|
+
"deepseek/deepseek-reasoner",
|
|
155
|
+
"deepseek/deepseek-v4-flash",
|
|
156
|
+
"deepseek/deepseek-v4-pro"
|
|
157
|
+
],
|
|
153
158
|
stripModelPrefix: false,
|
|
154
159
|
modelOverrides: [],
|
|
155
160
|
logo: "deepseek.png"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/runtime",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.45-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "NextClaw runtime assembly for builtin providers and channels.",
|
|
6
6
|
"type": "module",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@nextclaw/core": "0.12.
|
|
18
|
+
"@nextclaw/core": "0.12.13-beta.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^20.17.6",
|