Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo authored May 8, 2024
1 parent 6e9ae2b commit 16279d9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,13 @@

## Installation 🚀

Getting `comai` up and running is a breeze. You can simply use [`pip`](https://pip.pypa.io/en/stable/) to install the latest version:

```shell
pip install comai
```

However, if you usually work with python environments, it is recommended to use [`pipx`](https://pypa.github.io/pipx/) instead:
Getting `comai` up and running is a breeze. You just need to install the python package. We recommend using [`pipx`](https://pypa.github.io/pipx/):

```shell
pipx install comai
```

By default, `comai` is setup to use ollama under the hood, which allows you to host any popular open source LLM locally. If you are happy with this, make sure to install and have ollama running. You can find the install instructions [here](https://ollama.com/download)
By default, `comai` is setup to use ollama under the hood, which allows you to host any popular open source LLM locally. If you are happy with this, make sure to install and have ollama running. You can find the install instructions [here](https://ollama.com/download).

Once it is installed, make sure to download the `llama3` model, since comai has been optimised for it

Expand Down

0 comments on commit 16279d9

Please sign in to comment.