Update deepseek.ts

This commit is contained in:
Ted 2025-02-22 13:19:42 +08:00
parent 11f3fd5901
commit e33e8e6cab
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ async function request(req: NextRequest) {
headers: {
"Content-Type": "application/json",
Authorization: req.headers.get("Authorization") ?? "",
"OME-METIS-Authorization":
req.headers.get("OME-METIS-Authorization") || "",
},
method: req.method,
body: req.body,