Closed
Bug 2012580
Opened 2 months ago
Closed 1 month ago
Integrate modelChoice into smart/ai window model selection logic
Categories
(Core :: Machine Learning: General, task)
Core
Machine Learning: General
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: bjohns, Assigned: bjohns)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [genai][models])
Attachments
(1 file, 1 obsolete file)
Currently, we are passing user model selection using 'browser.aiwindow.firstrun.modelChoice', but that selection has no impact on the actual model being used.
We update the prompt/model selection code to select the correct model using remote-settings. In addition, we continue to let browser.aiwindow.model take priority over browser.aiwindow.firstrun.modelChoice' and change the initialization of browser.aiwindow.model to "".
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Machine Learning: General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Machine Learning: General
Product: Firefox → Core
Updated•2 months ago
|
Updated•2 months ago
|
Assignee: nobody → bjohns
Status: NEW → ASSIGNED
Updated•1 month ago
|
Attachment #9540440 -
Attachment is obsolete: true
Pushed by elee@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ad37e4553fae
https://hg.mozilla.org/integration/autoland/rev/5ed25d26a999
Add firstRun.modelChoice pref into model selection for chat feature r=ai-models-reviewers,ai-frontend-reviewers,Mardak,cgopal
Comment 5•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Comment 6•1 month ago
|
||
these prefs are controlled from bug 2006248 preferences and bug 2005380 firstrun
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•