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
Max-Tokens" API setting isn't getting included in the chat request body
Just notice that the "Max-Tokens" API setting isn't getting included in the chat request body, even though it appears to be a user configuration setting, and is likely being stored & present in the config slice:
(dev console)
Reproduction:
Pop open the dev console and send some chats. Check the network tab.
Max Tokens parameter is a control for the maximum number of tokens that can be generated in a single call to the GPT model (api docs)
The text was updated successfully, but these errors were encountered:
Max-Tokens" API setting isn't getting included in the chat request body
Just notice that the "Max-Tokens" API setting isn't getting included in the chat request body, even though it appears to be a user configuration setting, and is likely being stored & present in the config slice:
Reproduction:
Pop open the dev console and send some chats. Check the network tab.
The text was updated successfully, but these errors were encountered: