🪙 refactor: Update tokens.js for Added Context Buffer from Max (#1573)

* Update tokens.js

* chore: linting previous PR

* chore: adjust token limits, add buffers

* chore: linting

* chore: adjust 32k gpt-4 limit
This commit is contained in:
Danny Avila 2024-01-17 08:13:46 -05:00 committed by GitHub
parent 963dbf3a1e
commit 638f9242e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 359 additions and 347 deletions

View file

@ -16,6 +16,7 @@ import Vietnamese from './languages/Vi';
import Turkish from './languages/Tr';
import Dutch from './languages/Nl';
import Indonesia from './languages/Id';
// === import additional language files here === //
const languageMap: { [key: string]: unknown } = {