Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add support for retrieving all uploaded files and querying fine-tuned models #315

Closed
emoob opened this issue May 19, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@emoob
Copy link

emoob commented May 19, 2023

I hope this message finds you well. I have been using your "gozhong" package for integrating with the OpenAI API, and I am impressed with its functionality. I wanted to reach out to suggest a feature enhancement and seek guidance on a related topic.

  • Feature Request: Retrieving all uploaded files
    I would like to propose adding support for retrieving all uploaded files from the OpenAI API. Currently, it seems that the package lacks the functionality to fetch a list of all files uploaded by the user. According to the OpenAI API documentation, the /v1/files endpoint allows users to list their uploaded files by making a GET request to the following URL: https://api.openai.com/v1/files. Integrating this functionality into the "gozhong" package would greatly improve the user experience and enable better management and monitoring of uploaded files. Additionally, it would be beneficial to have the ability to retrieve specific file information such as ID, name, and other metadata.

  • Querying fine-tuned models
    Another aspect I would like to discuss is the usage of fine-tuned models. It would be helpful if the package could provide guidance or examples on how to use fine-tuned models in conjunction with the OpenAI API. Specifically, I am interested in understanding the recommended approach for utilizing my own fine-tuned models in the requests made through the "gozhong" package. Any insights or code snippets demonstrating this integration would be greatly appreciated.

I believe that incorporating these features into the "gozhong" package would significantly enhance its usability and value to the community. I understand that implementing these changes may require additional effort, but I believe they would greatly benefit users like myself who rely on your package for OpenAI integration.

Thank you for your time and consideration. I look forward to your response and any insights you can provide regarding these suggestions.

@vvatanabe vvatanabe added enhancement New feature or request documentation Improvements or additions to documentation labels Jun 30, 2023
@vvatanabe
Copy link
Collaborator

@emoob

Feature Request: Retrieving all uploaded files

Implemented #348

@vvatanabe
Copy link
Collaborator

Querying fine-tuned models

Would anyone be able to write some clear sample code for the example/ directory or in the README?

@vvatanabe vvatanabe added the help wanted Extra attention is needed label Jul 2, 2023
@mehulgohil
Copy link
Contributor

@vvatanabe I can help here to provide example for usage of fine tune

@vvatanabe
Copy link
Collaborator

@emoob Added an example of fine tune model in #438.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants