Loading browser/components/aiwindow/models/Utils.sys.mjs +4 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ * - Rendering prompts from files */ import { createEngine } from "chrome://global/content/ml/EngineProcess.sys.mjs"; import { OAUTH_CLIENT_ID, SCOPE_PROFILE_UID, Loading Loading @@ -42,6 +41,10 @@ const DEFAULT_ENDPOINT = */ export const DEFAULT_ENGINE_ID = "smart-openai"; function createEngine() { return null; } /** * Observer for model preference changes. * Invalidates the Remote Settings client cache when user changes their model preference. Loading Loading
browser/components/aiwindow/models/Utils.sys.mjs +4 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ * - Rendering prompts from files */ import { createEngine } from "chrome://global/content/ml/EngineProcess.sys.mjs"; import { OAUTH_CLIENT_ID, SCOPE_PROFILE_UID, Loading Loading @@ -42,6 +41,10 @@ const DEFAULT_ENDPOINT = */ export const DEFAULT_ENGINE_ID = "smart-openai"; function createEngine() { return null; } /** * Observer for model preference changes. * Invalidates the Remote Settings client cache when user changes their model preference. Loading