Talking to a local LLM in the Firefox sidebar
1 points
4 hours ago
| 2 comments
| code.mendhak.com
| HN
PaulShomo
3 hours ago
[-]
Despite the common plan for many browsers to include their own local model, I feel nobody is really promoting a practical workflow for in-browser LLM side-usage. It's a good time to explore designs like this.
reply
modinfo
3 hours ago
[-]
TL;DR

Open `about:config`

Set `browser.ml.chat.hideLocalhost` to `false`

Chatbot sidebar shows "localhost" when Open WebUI runs there.

Change `browser.ml.chat.provider` to the correct URL.

reply