mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
Update common.ts
This commit is contained in:
@@ -98,6 +98,8 @@ export async function requestOpenai(req: NextRequest) {
|
||||
...(serverConfig.openaiOrgId && {
|
||||
"OpenAI-Organization": serverConfig.openaiOrgId,
|
||||
}),
|
||||
"OME-METIS-Authorization":
|
||||
req.headers.get("ome-metis-authorization") || "",
|
||||
},
|
||||
method: req.method,
|
||||
body: req.body,
|
||||
|
||||
Reference in New Issue
Block a user