mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-10 11:17:41 +08:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user