Skip to content

Commit

Permalink
Merge branch 'Yidadaa:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto authored Nov 17, 2023
2 parents aa8ec0a + 3c510cf commit e173ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/api/openai/[...path]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ export const GET = handle;
export const POST = handle;

export const runtime = "edge";
export const preferredRegion = ['arn1', 'bom1', 'cdg1', 'cle1', 'cpt1', 'dub1', 'fra1', 'gru1', 'hnd1', 'iad1', 'icn1', 'kix1', 'lhr1', 'pdx1', 'sfo1', 'sin1', 'syd1'];
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "ChatGPT Next Web",
"version": "2.9.11"
"version": "2.9.12"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit e173ac7

Please sign in to comment.