From dd047fd58f055ef6573773a7b818a26609cba957 Mon Sep 17 00:00:00 2001 From: "ShengYan, Zhang" Date: Mon, 10 Jul 2023 10:09:19 +0800 Subject: [PATCH 1/2] fix: typos --- app/api/common.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, { From c7e9f13d2ee6ef840395bdc07e7307419eb9f267 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Mon, 10 Jul 2023 15:03:02 +0800 Subject: [PATCH 2/2] Update tauri.conf.json --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5a8822fe1..e1ce64446 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": {