mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 14:16:37 +08:00
Update deepseek.ts
This commit is contained in:
parent
11f3fd5901
commit
e33e8e6cab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user