feat: Introduce a new Go-based DeepSeek API proxy with adapters for Claude and OpenAI, including SSE parsing and updated build configurations.

This commit is contained in:
CJACK
2026-02-15 19:50:26 +08:00
parent 35b99cdf4c
commit a50e2ef5cd
31 changed files with 4019 additions and 64 deletions

View File

@@ -1,10 +1,15 @@
{
"version": 2,
"buildCommand": "bash scripts/build-webui.sh",
"builds": [
{
"src": "api/index.go",
"use": "@vercel/go"
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/app.py"
"destination": "/api/index.go"
}
],
"headers": [