Open pde opened 2 years ago
This isn't very clear in the API docs, but when using fine-tuned models, it is necessary to pass a model parameter to openai.Completion.create rather than engine. But chronology doesn't support that...
model
openai.Completion.create
engine
I have the same question?I'm not sure if this will affect library usage.
This isn't very clear in the API docs, but when using fine-tuned models, it is necessary to pass a
model
parameter toopenai.Completion.create
rather thanengine
. But chronology doesn't support that...