Merge pull request #991 from vedantbhatter/vedant-branch

Adding in Mandarin translation into DocsGPT
This commit is contained in:
Alex
2024-06-14 15:13:45 +01:00
committed by GitHub
3 changed files with 117 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ const General: React.FC = () => {
label: 'Japanese',
value: 'jp',
},
{
label: 'Mandarin',
value: 'zh',
},
];
const chunks = ['0', '2', '4', '6', '8', '10'];
const token_limits = new Map([