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

Doesn't work with the lastest openai package or API url #22

Open
liyupeng111 opened this issue Feb 7, 2024 · 2 comments
Open

Doesn't work with the lastest openai package or API url #22

liyupeng111 opened this issue Feb 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@liyupeng111
Copy link

It seems that 'from openai.cli import FineTune as FineTuneCli' was only compatible with versions on and before 0.28.1 of the openai package.
But if installing the 0.28.1 version, the fine-tune API url is wrong.

Has anyone tested the "getting started" code lately?
Do you have the same issue?

@kjappelbaum
Copy link
Owner

yes, the code here assumes the old version and has not been migrated

@kjappelbaum kjappelbaum added the enhancement New feature or request label Feb 7, 2024
@FrostyPB1023
Copy link

Hi,

Thank you for clarifying that the current code assumes compatibility with older versions of the OpenAI package. I wanted to ask if there are any plans to migrate the code to support newer versions of the OpenAI API (>= 0.29.0)?

If there's an updated branch or workaround available, could you please share it? I'm particularly interested in running the fine-tune functionality with the latest API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants