slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
459 stars 39 forks source link

feat: add support for gp4 turbo #216

Closed bawahakim closed 5 months ago

bawahakim commented 5 months ago

Unsure what was the proper method to calculate the default input length. It seems other models simply divide the model context by 2, but the comment below was using a different formula as 1.33 * model_context. Opted to simply divide by 2

Tienisto commented 5 months ago

Thanks