Doesn't work with the lastest openai package or API url #22
Open
Description
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?