-
Notifications
You must be signed in to change notification settings - Fork 350
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 OpenAI models from Jan 25th #150
Add OpenAI models from Jan 25th #150
Conversation
@Krivoblotsky @ingvarus-bc @SunburstEnzo Would be great to get this out quickly so that people can start using the new models, the PR contains only minor code changes 🚀 |
Hi, @philippzagar, thanks for your PR! UPD: Found the issue. Just little update to test data is required 😁 |
…r/OpenAI into feat/update-available-models
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 5 New issues |
@ingvarus-bc @SunburstEnzo Please approve the workflow execution once again and then we can merge the PR 🚀 |
@ingvarus-bc Would you mind tagging a new release? |
@ingvarus-bc @SunburstEnzo As tons of new changes have been merged, would you mind tagging a new release for the library? |
Yes please, +1 on tagging a new release @ingvarus-bc |
@ingvarus-bc @SunburstEnzo @jagilley Created a new issue to track the new release: #171 |
What
Update the OpenAI library with the newest released OpenAI models from January 25th.
Most importantly, the PR introduces support for the
gpt-4-turbo-preview
(alias forgpt-4-0125-preview
) andgpt-3.5-turbo-0125
(aliased bygpt-3.5-turbo
) models.Why
Developers are now able to use the newest models within their applications.
Affected Areas
Only minor adjustments within the
Model.swift
file, as well as the README.