irudnyts / openai

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

File upload purpose restrictions need to be updated. #59

Open domschwe opened 5 months ago

domschwe commented 5 months ago

According to the openAI docs, the purposes for file uploads should be one of fine-tune, fine-tune-results, assistants, or assistants_output. Right now, upload_file() limits the user to one of search, answers, classifications, or fine-tune. The function definition should be updated to match the API.

irudnyts commented 5 months ago

Giddy up! I'm rewriting the package with R6 methodology, and the documentation will follow.