dylanshine / openai-kit

A community Swift package used to interact with the OpenAI API
https://platform.openai.com/docs/api-reference
MIT License
703 stars 109 forks source link

In file upload is fine-tune the only working option? #42

Closed aacirino closed 1 year ago

aacirino commented 1 year ago

I wanted to upload files to search or write prompts for them but it seems that the only option available is fine tuning. I am currently using my $18 credits and wonder if the options for search, answers and classification are only available for paying users.

Has someone have had success with file upload for options other than fine tuning?

aacirino commented 1 year ago

Well, I asked ChatGPT How can I get access to file upload purposes beyond "fine-tune"? and it answered:

To access file upload purposes beyond "fine-tune" on the OpenAI API, you need to request access to the specific purpose you're interested in. Currently, the available file upload purposes are:

If you want to use a file upload purpose other than "fine-tune", you need to contact OpenAI support and request access to the purpose you're interested in. You can do this by visiting the OpenAI support page (https://beta.openai.com/support/) and submitting a request using the "Contact Us" form.

When you submit your request, be sure to provide details about the specific purpose you're interested in and how you plan to use it. OpenAI will review your request and may ask for additional information before granting you access to the requested purpose. Once you have access, you can use the purpose in the same way as the "fine-tune" purpose, by uploading a file with the appropriate data and specifying the purpose in the API request.