diff --git a/app/api/common.ts b/app/api/common.ts index 22bd5d4a4..30d5e0daf 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -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, { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bf58c7cd8..e74835680 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "ChatGPT Next Web", - "version": "2.8.8" + "version": "2.8.9" }, "tauri": { "allowlist": {