Skip to content

Commit

Permalink
Local LLMs section
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 5, 2024
1 parent 377bf8d commit 5f4fc7b
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,31 @@ knitr::opts_chunk$set(
fig.height = 6
)
```


## Works with Copilot and ChatGPT

## Works with local LLMs

Open-source, trained models that are able to run in your laptop are widely
available today. Instead of integrating with each individually, `chattr` works
with **LlamaGPTJ-chat**. This is a lightweight application that communicates
with a variety of local models. At this time, LlamaGPTJ-chat integrates with the
following family models:

- **GPT-J** (ggml and gpt4all models)
- **LLaMA** (ggml Vicuna models from Meta)
- **Mosaic Pretrained Transformers (MPT)**

LlamaGPTJ-chat works right off the terminal. `chattr` integrates with the
application by starting an 'hidden' terminal session, where it initializes the
selected model, and makes it available to start chatting with it.

To get started, you need to install LlamaGPTJ-chat, and download a compatible
model. More detailed instructions are found [here](https://mlverse.github.io/chattr/articles/backend-llamagpt.html#installation).


## Integrating with `chattr`

## Next steps

1 comment on commit 5f4fc7b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.