-
Notifications
You must be signed in to change notification settings - Fork 989
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strings
++
@@ -393,9 +389,6 @@ extension AiChat.Model { | |||
case .chatBasic: | |||
return Strings.AIChat.introMessageLlamaModelPurposeDescription | |||
|
|||
case .chatExpanded: | |||
return Strings.AIChat.introMessageMixtralModelPurposeDescription |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should delete these:
and:
and update:
There was a problem hiding this comment.
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
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.
Released in v1.81.35 |
Verification passed on
29291.mp4 |
Resolves brave/brave-browser#46406