Skip to content

Commit 0346b70

Browse files
committed
freebuff: Allow New Zealand
1 parent 61cac8f commit 0346b70

File tree

1 file changed

+1
-1
lines changed
  • web/src/app/api/v1/chat/completions

1 file changed

+1
-1
lines changed

web/src/app/api/v1/chat/completions/_post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { extractApiKeyFromHeader } from '@/util/auth'
6868

6969
const FREE_MODE_ALLOWED_COUNTRIES = new Set([
7070
'US', 'CA',
71-
'GB', 'AU',
71+
'GB', 'AU', 'NZ',
7272
'NO', 'SE', 'NL', 'DK', 'DE', 'FI', 'BE', 'LU', 'CH', 'IE', 'IS',
7373
])
7474

0 commit comments

Comments
 (0)