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
Support Attachments in MessageRequest (#890)
* add attachments in MessageRequest
* Move tools const to message
* remove const, just use assistanttool const
Updated checkPromptType function to handle prompt list in completions (……#885)
* updated checkPromptType function to handle prompt list in completions
* removed generated test file
* added corresponding unit testcases
* Updated to use less nesting with early returns
Completion API: add new params (#870)
* Completion API: add 'store' param
This param allows you to opt a completion request in to being stored,
for use in distillations and evals.
* Add cached and audio tokens to usage structs
These have been added to the completions API recently:
https://platform.openai.com/docs/api-reference/chat/object#chat/object-usage
add max_completions_tokens for o1 series models (#857)
* add max_completions_tokens for o1 series models
* add validation for o1 series models validataion + beta limitations