Merge branch 'Yidadaa:main' into main

This commit is contained in:
Hk-Gosuto 2023-07-10 15:27:47 +08:00 committed by GitHub
commit 2c69d5c557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -78,8 +78,7 @@ export async function requestOpenai(req: NextRequest) {
// to prevent browser prompt for credentials
const newHeaders = new Headers(res.headers);
newHeaders.delete("www-authenticate");
// to disbale ngnix buffering
// to disable nginx buffering
newHeaders.set("X-Accel-Buffering", "no");
return new Response(res.body, {

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "ChatGPT Next Web",
"version": "2.8.8"
"version": "2.8.9"
},
"tauri": {
"allowlist": {