A large language model that runs entirely inside a Chrome Extension. It runs the instruction tuned Vicuna 13B model, based off of LLaMa.
To install, head to the releases tab and download the latest llamatab-extension.zip
file. Then, in Chrome, go to chrome://extensions
, enable developer mode, and click "Load unpacked". Select the llamatab-extension
folder from the zip file you downloaded. You should now see the LLaMaTab extension in your toolbar.
pnpm install
pnpm build:extension
The extension zip file will be built to dist/llamatab-extension.zip
.