Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fortyseven/chit-jr

Chit Jr! A Firefox addon that uses Ollama to run inferences against selected text on webpages.
https://github.com/fortyseven/chit-jr

ai firefox firefox-addon firefox-extension llm ollama

Last synced: 30 days ago
JSON representation

Chit Jr! A Firefox addon that uses Ollama to run inferences against selected text on webpages.

Awesome Lists containing this project

README

        

# Chit Jr.!

Yes, it's the all-new pocket-sized version of [Chit](https://github.com/Fortyseven/chit) -- the privacy-obsessed LLM chat interface, that now lives inside your browser!

- Run one of several system prompts over the selected text on a webpage.

- Summarize

- ELI5 (Explain Like I'm 5)

- Translate to English

- Analysis

- ...and more... _or use your own prompt!_

- Ask follow-up questions.

- Copy results to the clipboard

- Uses the [Ollama](https://ollama.com/) LLM server running on your local machine.

## IMPORTANT

- This is a work in progress.

- If you are having trouble connecting, check if Ollama can be accessed from localhost. Set `OLLAMA_ORIGINS` appropriately. Setting it to `*` is not recommended for security reasons, but is fine for testing to make sure things work. This is probably because I'm calling `localhost:11434` instead of `127.0.0.1:11434` by default. I should probably change that. Why am I write this instead of doing it? Because I'm trying to stay on track with other stuff I need to do, and this is how I get distracted.

- If you're seeing a "blocked loading mixed active content" error, it means non-HTTPS content is mixing with HTTPS content somewhere. This may happen if the Ollama endpoint is being served via HTTPS.

## Notes

- Currently built for Firefox, but other browsers are probable once things get stable.