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
There is an error with the file upload, which is probably due to changes made by OpenAI in the chat completion API:
openai::upload_file(file = file, purpose = "assistants")
Error in match.arg(purpose) :
'arg' should be one of “search”, “answers”, “classifications”, “fine-tune”
openai::upload_file(file = file, purpose = "answers")
Error: OpenAI API request failed [400]:
'answers' is not one of ['fine-tune', 'assistants', 'batch', 'user_data', 'responses', 'vision'] - 'purpose'
The text was updated successfully, but these errors were encountered:
Thanks for this useful R-package!
There is an error with the file upload, which is probably due to changes made by OpenAI in the chat completion API:
The text was updated successfully, but these errors were encountered: