mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 13:46:37 +08:00
Merge pull request #6 from SolarifyDev/add-deepseek-ome-metis-Authorization
Update deepseek.ts
This commit is contained in:
commit
6a6ed878dd
@ -69,6 +69,8 @@ async function request(req: NextRequest) {
|
|||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
Authorization: req.headers.get("Authorization") ?? "",
|
Authorization: req.headers.get("Authorization") ?? "",
|
||||||
|
"OME-METIS-Authorization":
|
||||||
|
req.headers.get("OME-METIS-Authorization") || "",
|
||||||
},
|
},
|
||||||
method: req.method,
|
method: req.method,
|
||||||
body: req.body,
|
body: req.body,
|
||||||
|
Loading…
Reference in New Issue
Block a user