There was an error while loading. Please reload this page.
2 parents 8fb4f53 + f98a49b commit dd2af38Copy full SHA for dd2af38
lib/src/models/gpt_model.dart
@@ -1,5 +1,6 @@
1
enum GPTModel {
2
gpt4("gpt-4", 8192, isChatCompletion: true),
3
+ gpt4turbo("gpt-4-turbo-2024-04-09", 128000, isChatCompletion: true),
4
gpt4v0613("gpt-4-0613", 8192, isChatCompletion: true),
5
gpt4p32k("gpt-4-32k", 32768, isChatCompletion: true),
6
gpt4p32kv0613("gpt-4-32k-0613", 32768, isChatCompletion: true),
0 commit comments