tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 5f2a12ba4044416246ea822621aa3605c28d448c
parent db4f5b168b8a4d3ef4d28c1a089acdc26eaa1988
Author: Tzu-An Liu <tliu@mozilla.com>
Date:   Wed, 15 Oct 2025 20:00:25 +0000

Bug 1994526 - update intent model to mobilebert r=Mardak,firefox-ai-ml-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D268759

Diffstat:
Mbrowser/components/genai/SmartAssistEngine.sys.mjs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/genai/SmartAssistEngine.sys.mjs b/browser/components/genai/SmartAssistEngine.sys.mjs @@ -222,7 +222,7 @@ export const SmartAssistEngine = { try { const engine = await this._createEngine({ featureId: "smart-intent", - modelId: "mozilla/query-intent-detection", + modelId: "mozilla/mobilebert-query-intent-detection", modelRevision: "v0.1.0", taskName: "text-classification", });