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 GPT-4o #57

Merged
merged 6 commits into from
May 16, 2024
Merged

Add support for GPT-4o #57

merged 6 commits into from
May 16, 2024

Conversation

vishnuravi
Copy link
Member

@vishnuravi vishnuravi commented May 15, 2024

Add support for GPT-4o

⚙️ Release Notes

  • Lifts OpenAI package version to 0.2.9.
  • Adds GPT-4O to model options in onboarding via LLMOpenAIModelOnboardingStep.
  • Replaces deprecated gpt4-turbo-preview model with gpt4-turbo

📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vishnuravi; looks great!

Would be good to check why the UI tests are failing?

@vishnuravi vishnuravi enabled auto-merge (squash) May 15, 2024 19:05
Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.18%. Comparing base (94f14f6) to head (ad1fdb8).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   31.18%   31.18%           
=======================================
  Files          67       67           
  Lines        3012     3012           
=======================================
  Hits          939      939           
  Misses       2073     2073           
Files Coverage Δ
...enAI/Onboarding/LLMOpenAIModelOnboardingStep.swift 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94f14f6...ad1fdb8. Read the comment docs.

@vishnuravi vishnuravi merged commit 3663884 into main May 16, 2024
18 checks passed
@vishnuravi vishnuravi deleted the gpt4o branch May 16, 2024 11:36
@philippzagar
Copy link
Member

Thanks @vishnuravi! 🚀

@vishnuravi vishnuravi mentioned this pull request Jun 19, 2024
1 task
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.

None yet

3 participants