forked from XiaoMo/ChatGPT-Next-Web
update google api region (#3934)
Co-authored-by: GH Action - Upstream Sync <action@github.com>
This commit is contained in:
parent
981a3629b6
commit
f6cdda9029
@ -101,19 +101,14 @@ export const POST = handle;
|
|||||||
|
|
||||||
export const runtime = "edge";
|
export const runtime = "edge";
|
||||||
export const preferredRegion = [
|
export const preferredRegion = [
|
||||||
"arn1",
|
|
||||||
"bom1",
|
"bom1",
|
||||||
"cdg1",
|
|
||||||
"cle1",
|
"cle1",
|
||||||
"cpt1",
|
"cpt1",
|
||||||
"dub1",
|
|
||||||
"fra1",
|
|
||||||
"gru1",
|
"gru1",
|
||||||
"hnd1",
|
"hnd1",
|
||||||
"iad1",
|
"iad1",
|
||||||
"icn1",
|
"icn1",
|
||||||
"kix1",
|
"kix1",
|
||||||
"lhr1",
|
|
||||||
"pdx1",
|
"pdx1",
|
||||||
"sfo1",
|
"sfo1",
|
||||||
"sin1",
|
"sin1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user