kjappelbaum / gptchem

https://gptchem.readthedocs.io/en/latest/
MIT License
224 stars 39 forks source link

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

Open liyupeng111 opened 7 months ago

liyupeng111 commented 7 months ago

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 commented 7 months ago

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