OthersideAI / chronology

MIT License
900 stars 189 forks source link

completion methods don't pass the model argument #13

Open pde opened 2 years ago

pde commented 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...

Hong-yu1999 commented 1 year ago

I have the same question?I'm not sure if this will affect library usage.