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

feat: update defaults to use latest model versions for gpt-4 and gpt-3.5 #138

Merged
merged 1 commit into from
May 28, 2024

Conversation

yiblet
Copy link
Contributor

@yiblet yiblet commented May 14, 2024

This pull request introduces updates to the default model configurations in the config.lua file to leverage the latest versions of OpenAI's models. Specifically, the gpt-4o model has replaced the previous gpt-4-1106-preview model, and the gpt-3.5-turbo model has replaced the gpt-3.5-turbo-1106 model. These changes have been applied across various sections of the configuration to ensure consistency and improved performance.

The primary motivation for this update is to take advantage of the enhanced capabilities and optimizations available in the latest model versions. By transitioning to gpt-4o and gpt-3.5-turbo, users can expect more accurate and efficient AI responses, whether they are engaging in chat-based interactions or utilizing the models for command-based tasks. The new gpt-4o model is also 50% cheaper.

In addition to updating the model names, the associated parameters such as temperature and top_p values remain unchanged to retain the existing behavior of the AI. This ensures a smooth transition for users while benefiting from the advancements in the underlying AI technology.

Copy link

@casret casret left a comment

Choose a reason for hiding this comment

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

Been using his branch, works fine for m.

@Robitx Robitx merged commit b372f8a into Robitx:main May 28, 2024
1 check passed
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

4 participants