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

Update default models to GPT-4 Omni 'gpt-4o-2024-08-06' for improved cost-efficiency #187

Merged
merged 6 commits into from
Aug 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 7, 2024

This message was generated by git-bob (version: 0.2.1, model: claude-3-5-sonnet-20240620), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

This pull request updates the default models in bia-bob to use the newer 'gpt-4o-2024-08-06' model. The changes include modifying the DEFAULT_MODEL and DEFAULT_VISION_MODEL constants in _machinery.py to reflect the new model version. Additionally, in _openai.py, imports for these constants were added, and they are now used as fallback values when selecting models. This ensures that the project uses the latest GPT-4 Omni model by default, which is reported to be more cost-effective.

closes #185

Copy link
Owner

@haesleinhuepf haesleinhuepf left a comment

Choose a reason for hiding this comment

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

Too enthusiastic modifications by git-bob. I'm going to revert some

src/bia_bob/endpoints/_openai.py Outdated Show resolved Hide resolved
src/bia_bob/endpoints/_openai.py Outdated Show resolved Hide resolved
src/bia_bob/endpoints/_openai.py Outdated Show resolved Hide resolved
src/bia_bob/endpoints/_openai.py Outdated Show resolved Hide resolved
@haesleinhuepf haesleinhuepf merged commit a3ee95b into main Aug 7, 2024
1 check passed
@haesleinhuepf haesleinhuepf deleted the git-bob-mod-5A5Y9s9Owq branch August 7, 2024 15:25
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.

New gpt4 omni model is cheaper
1 participant