Skip to content

Commit 3420bbc

Browse files
committed
chore: fix punycode
1 parent ee17901 commit 3420bbc

File tree

4 files changed

+235
-27
lines changed

4 files changed

+235
-27
lines changed

.github/workflows/ai-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
}
6161
],
6262
"Router": {
63-
"background": "deepseek-api,deepseek-chat",
64-
"think": "deepseek-api,deepseek-reasoner",
63+
"background": "deepseek,deepseek-v3-0324",
64+
"think": "deepseek,deepseek-r1-0528",
6565
"longContext": "hunyuan,hunyuan-turbos-longtext-128k-20250325"
6666
},
6767
}

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
cd mcp
4141
npm run build
42+
rm -rf node_modules
4243
npm run test
4344
4445
- name: Publish to pkg.pr.new

0 commit comments

Comments
 (0)