irudnyts / openai

An R package-wrapper around OpenAI API
https://irudnyts.github.io/openai/
Other
164 stars 28 forks source link

Problem in file-upload #66

Open med-edu-science opened 1 month ago

med-edu-science commented 1 month ago

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:

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'