Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 414 Bytes

TLDR chrome plugin

You need to run ollama with your favorite llm

ollama run llama3:8b

Run node ollama.js

npm install
node ollama.js

Then add the directory plugin to your chrome in "chrome://extensions/", turn on Developer mode, ans click on Load unpacked, add plugin directory

You can personalize your prompt in ollama.js file, to change language, instruction, tone, detail level.

Enjoy !