Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new fine tuning job from Open AI #368

Merged
merged 16 commits into from
Sep 25, 2023

Conversation

aghimir3
Copy link
Contributor

@aghimir3 aghimir3 commented Aug 28, 2023

Fixes #366
This PR introduces support for Fine-Tuning ChatGPT models in the existing C# library. This includes the addition of new classes, methods, and services that enable users to fine-tune their ChatGPT models more efficiently and effectively.

I have kept the old FineTune classes, services, and test helpers as is to be compatible with now outdated Fine Tune services.

cc: @kayhantolga

@ggrote
Copy link

ggrote commented Aug 29, 2023

Nice thanks!

@kayhantolga kayhantolga linked an issue Aug 30, 2023 that may be closed by this pull request
@kayhantolga kayhantolga added this to the 7.2.0 milestone Aug 30, 2023
@kayhantolga
Copy link
Member

@aghimir3 I left some comments. Please take a look and let me know if you have time to fix or reply to them. 🙏🏻

@aghimir3
Copy link
Contributor Author

aghimir3 commented Sep 23, 2023

@aghimir3 I left some comments. Please take a look and let me know if you have time to fix or reply to them. 🙏🏻

Hi @kayhantolga , I don't see any comments

image

@kayhantolga kayhantolga merged commit ad5e7c9 into betalgo:dev Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Fine-Tunes Endpoint to new /v1/fine_tuning/jobs endpoint.
3 participants