Closed bdodroid closed 1 year ago
Just a question on token limits:
If I use, for example, the 8k token model, can I send a list of messages, each with content equal to 8k tokens, or would the entirety of my messages array have to be under 8k?
OpenAI automatically strips all tokens outside of the 8k limit. You do not need to do this manually yourself.
Just a question on token limits:
If I use, for example, the 8k token model, can I send a list of messages, each with content equal to 8k tokens, or would the entirety of my messages array have to be under 8k?