feat: Implement tool call sieving and formatting for streaming responses in Node.js, add Go fallback for non-Vercel environments, and update Vercel configuration.

This commit is contained in:
CJACK
2026-02-17 00:26:34 +08:00
parent 770f5719d8
commit 555df63fbc
9 changed files with 855 additions and 31 deletions

View File

@@ -4,7 +4,11 @@
"outputDirectory": "static",
"functions": {
"api/chat-stream.js": {
"includeFiles": "**/sha3_wasm_bg.7b9ca65ddd.wasm"
"includeFiles": "**/sha3_wasm_bg.7b9ca65ddd.wasm",
"maxDuration": 300
},
"api/index.go": {
"maxDuration": 300
}
},
"rewrites": [