Add Russian and fix Traditional Chinese

This commit is contained in:
Srayash
2024-12-11 16:45:41 +05:30
parent 6d2a2632c5
commit 96c57260cb
3 changed files with 155 additions and 1 deletions

View File

@@ -40,6 +40,14 @@ export default function General() {
label: 'Mandarin',
value: 'zh',
},
{
label: 'Traditional Chinese',
value: 'zhTW',
},
{
label: 'Russian',
value: 'ru',
},
];
const chunks = ['0', '2', '4', '6', '8', '10'];
const token_limits = new Map([