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

[Feature] Replace gpt-3.5-turbo with gpt-4o mini #1763

Closed
Gonzalo-Bruna opened this issue Sep 22, 2024 · 2 comments
Closed

[Feature] Replace gpt-3.5-turbo with gpt-4o mini #1763

Gonzalo-Bruna opened this issue Sep 22, 2024 · 2 comments
Assignees
Labels
desktop MQTTX Desktop feature This pr is a feature
Milestone

Comments

@Gonzalo-Bruna
Copy link

Motivation

OpenAI is deprecating the gpt-3.5-turbo model with the introduction of gpt-4o-mini, which is 60% cheaper and better in performance across various benchmarks.

Detailed Design
According to their blogpost, GPT-4o mini surpasses GPT-3.5 Turbo in both textual and multimodal reasoning, supports the same languages as GPT-4o, and improves function calling and long-context handling (128K context window vs. 4K in GPT-3.5 Turbo).

There’s no reason to continue using gpt-3.5-turbo as it is more expensive and less capable.

@Gonzalo-Bruna Gonzalo-Bruna added the feature This pr is a feature label Sep 22, 2024
@github-project-automation github-project-automation bot moved this to Backlog in MQTTX Sep 22, 2024
@ysfscream ysfscream self-assigned this Sep 23, 2024
@ysfscream ysfscream moved this from Backlog to In Progress in MQTTX Sep 23, 2024
@ysfscream ysfscream added this to the v1.11.0 milestone Sep 23, 2024
@ysfscream ysfscream added the desktop MQTTX Desktop label Sep 23, 2024
@ysfscream
Copy link
Member

Good suggestion, thanks.

@ysfscream
Copy link
Member

Updated on https://github.com/emqx/MQTTX/releases/tag/v1.11.0; I will close the issue. Thanks for the feedback.

@github-project-automation github-project-automation bot moved this from In Progress to Done in MQTTX Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop MQTTX Desktop feature This pr is a feature
Projects
Status: Done
Development

No branches or pull requests

2 participants