We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cac8f commit 0346b70Copy full SHA for 0346b70
1 file changed
web/src/app/api/v1/chat/completions/_post.ts
@@ -68,7 +68,7 @@ import { extractApiKeyFromHeader } from '@/util/auth'
68
69
const FREE_MODE_ALLOWED_COUNTRIES = new Set([
70
'US', 'CA',
71
- 'GB', 'AU',
+ 'GB', 'AU', 'NZ',
72
'NO', 'SE', 'NL', 'DK', 'DE', 'FI', 'BE', 'LU', 'CH', 'IE', 'IS',
73
])
74
0 commit comments