Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fortyseven/chit-jr
- Owner: Fortyseven
- Created: 2024-07-05T07:29:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T15:38:28.000Z (5 months ago)
- Last Synced: 2024-08-20T06:28:22.487Z (5 months ago)
- Topics: ai, firefox, firefox-addon, firefox-extension, llm, ollama
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.