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

Fix: Ensure correct usage of gpt-4o instead of defaulting to gpt-4 #21

Closed
wants to merge 1 commit into from

Conversation

felipe-de-godoy
Copy link

@felipe-de-godoy felipe-de-godoy commented May 21, 2024

Overview

This pull request addresses an issue where the configuration intended to use gpt-4o was defaulting to gpt-4. The fix ensures that the system correctly uses gpt-4o when specified.

Related Issue

Changes Made

  • Modified the model initialization logic to correctly handle the gpt-4o parameter.

Testing

  • Verified that specifying gpt-4o in the configuration now correctly initializes the gpt-4o model.

Impacts

  • gpt-4o is cheaper than 'gpt-4', so using the wrong is costly

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.

2 participants