Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Jul 19, 2024
1 parent 045a5d8 commit 497dd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/api/chat/google/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const runtime = 'edge';
// regions include Dublin (dub1, Ireland), Paris (cdg1, France), Frankfurt (fra1, Germany), London (lhr1, UK), and Stockholm (arn1, Sweden).
// refs: https://ai.google.dev/gemini-api/docs/available-regions
export const preferredRegion = [
'icn1',
'sin1',
// 'icn1',
// 'sin1',
'hnd1',
'kix1',
'bom1',
Expand Down

0 comments on commit 497dd0c

Please sign in to comment.