Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Upgrade Tag Version (#115)
Browse files Browse the repository at this point in the history
* config: exclude hkg1 from the deployment regions of the edge function

* Update tauri.conf.json

---------

Co-authored-by: Eric-2369 <[email protected]>
Co-authored-by: Yidadaa <[email protected]>
  • Loading branch information
3 people authored Nov 17, 2023
1 parent 5b83a62 commit 5c97542
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 @@ -102,3 +102,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 5c97542

Please sign in to comment.