You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tokenize the completion request using the tokenization endpoint.
If the request fits then go to step #4.
If the request does not fit, reduce the number of messages or message sizes then repeat step #1.
Send the request to the chat completion endpoint.
The truncation endpoint aids in managing history size by allowing for the discarding of old messages.
The text was updated successfully, but these errors were encountered: