Config max token default values mismatch #692
-
I am wondering why some max token default values in config classes are set to 8191 and other to 8192. Is there any reason for this? Have seen this mismatch in other config classes too. kernel-memory/extensions/OpenAI/OpenAIConfig.cs Lines 50 to 64 in df05cdb |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It depends on the models: |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! At first glance it looked odd. |
Beta Was this translation helpful? Give feedback.
It depends on the models:
8191 => see https://platform.openai.com/docs/guides/embeddings/embedding-models
8192 => see https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4