From dbf0c20542e962c130ec4e9660350b1264dd0ebf Mon Sep 17 00:00:00 2001 From: Xiaohan-Tian Date: Thu, 14 May 2026 19:33:44 -0700 Subject: [PATCH] fix: updated Gemma 4 URL from local test url to HF url --- src/util/localLLMConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/localLLMConfig.ts b/src/util/localLLMConfig.ts index 577145d..e2f632d 100644 --- a/src/util/localLLMConfig.ts +++ b/src/util/localLLMConfig.ts @@ -1,6 +1,6 @@ export const LOCAL_LLM_PROVIDER_KEY = 'local_browser'; export const LOCAL_LLM_MODEL_URL = - 'http://localhost:3000/models/gemma-4-E4B-it-web.task'; + 'https://huggingface.co/notabilia/gemma-4-E4B-it-litert-lm/resolve/main/gemma-4-E4B-it-web.task'; export const LOCAL_LLM_MODEL_FILENAME = 'gemma-4-E4B-it-web.task'; export const LOCAL_LLM_DISPLAY_NAME = 'Gemma 4 E4B'; export const LOCAL_LLM_LEGACY_FILENAMES = [