-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix bug #884 - Port How_to_finetune_chat_models to API V1 #885
Fix bug #884 - Port How_to_finetune_chat_models to API V1 #885
Conversation
Thank you @gaborcselle ! Yes - rerunning the cells would be great. |
Thanks @simonpfish, working on this now! |
@simonpfish PTAL |
Addendum: This PR also fixes #889 |
@simonpfish Friendly ping, would be great to have this fix in! |
@simonpfish Sorry to bother you, just another friendly ping on this. I think this would be a useful PR that solves both #884 and #889. I just merged the latest changes. Thanks for reviewing it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delays here, thank you for updating this!
Summary
Fix bug #884 - Migrate
How_to_finetune_chat_models.ipynb
to API V1Motivation
The notebook
How_to_finetune_chat_models.ipynb
was no longer working with the API V1 described in the v1.0.0 migration guideTesting info
I tested this manually with Python 3.11.3 and OpenAI Python SDK V1.3.5