Skip to content

Remove Mixtral from model choices #29291

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

Merged
merged 4 commits into from
May 30, 2025
Merged

Remove Mixtral from model choices #29291

merged 4 commits into from
May 30, 2025

Conversation

bbondy
Copy link
Member

@bbondy bbondy commented May 28, 2025

@bbondy bbondy requested a review from yrliou May 28, 2025 15:52
@bbondy bbondy self-assigned this May 28, 2025
@bbondy bbondy requested review from a team as code owners May 28, 2025 15:52
Copy link
Collaborator

@mkarolin mkarolin left a comment

Choose a reason for hiding this comment

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

strings++

@bbondy bbondy force-pushed the mixtral-removal branch from de71d2d to 8038309 Compare May 28, 2025 17:45
@bbondy bbondy force-pushed the mixtral-removal branch from 8038309 to 01841b7 Compare May 28, 2025 18:51
@@ -393,9 +389,6 @@ extension AiChat.Model {
case .chatBasic:
return Strings.AIChat.introMessageLlamaModelPurposeDescription

case .chatExpanded:
return Strings.AIChat.introMessageMixtralModelPurposeDescription
Copy link
Contributor

@Brandon-T Brandon-T May 28, 2025

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

First one was already removed but I removed the 2nd and removed the sentence mentioning the default model completely for the third 50388a9

@bbondy bbondy requested a review from Brandon-T May 28, 2025 19:57
bbondy added 4 commits May 29, 2025 11:53
Other uses of chat-deafult will newly be migrated to automatic, but people are probably already migrated at this point for that one
So that it doesn't look like a user specified pref.
And because iOS doesn't support automatic yet.
@bbondy bbondy force-pushed the mixtral-removal branch from 50388a9 to ebbb9a3 Compare May 29, 2025 15:53
@bbondy bbondy merged commit f0fc36c into master May 30, 2025
18 checks passed
@bbondy bbondy deleted the mixtral-removal branch May 30, 2025 20:07
@github-actions github-actions bot added this to the 1.81.x - Nightly milestone May 30, 2025
@brave-builds
Copy link
Collaborator

Released in v1.81.35

@srirambv
Copy link
Contributor

srirambv commented Jun 5, 2025

Verification passed on

Brave 1.81.44 Chromium: 137.0.7151.68 (Official Build) nightly (64-bit)
Revision 462426a
OS Linux
  • Verified Mixtral is removed from the list of available models to select
  • Verified if Mixtral was set as default upgrading resets the model to Automatic
  • Verified existing conversations with Mixtral as the model is also changed to Automatic
  • Verified conversations with other models are not affected
29291.mp4

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.

Remove Mixtral from Leo model list
6 participants