openai / openai-python

The official Python library for the OpenAI API

Home Page:https://pypi.org/project/openai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of using fine-tuned model in fine-tuning docs doesn't work with current release.

jdagdelen opened this issue · comments

Currently using openai-0.10.2 from pypi and gettting

InvalidRequestError: Must provide an 'engine' parameter to create a <class 'openai.api_resources.completion.Completion'>

even though docs say explicitly not to provide engine.

Sorry, had some environment collisions.