Skip to content

Commit

Permalink
Merge pull request #8 from milosgajdos/update-readme
Browse files Browse the repository at this point in the history
readme: update with ollama info
  • Loading branch information
milosgajdos committed Apr 20, 2024
2 parents b65b8bb + 7256916 commit 44410f2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

There are a few prerequisites:
* [nats](https://nats.io/)
* [ollama](https://ollama.com/)
* sound/audio libraries on some platforms

## Run NATS
Expand All @@ -31,10 +32,24 @@ nats-server -js
### Nix

```shell
nix-shell -p nats-server
nix-shell -p nats-server natscli
nats-server -js
```

## Run Ollama

Download it from the [official site](https://ollama.com/) or see for the Nix install below.

### Nix

```
nix-shell -p ollama
```

Run a model you decide to use
```shell
ollama run llama2
```
## Audio libraries

If you are running on Linux you need to install the following libraries -- assuming you want to play with the bot speaking service
Expand Down

0 comments on commit 44410f2

Please sign in to comment.