mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-25 07:24:46 +00:00
parent
8e84c00771
commit
abcb457b20
3 changed files with 5 additions and 9 deletions
|
|
@ -29,9 +29,9 @@ Install this tool using `pip`:
|
|||
```bash
|
||||
pip install llm
|
||||
```
|
||||
Or using [Homebrew](https://brew.sh/):
|
||||
Or using [pipx](https://pipxproject.github.io/pipx/):
|
||||
```bash
|
||||
brew install llm
|
||||
pipx install llm
|
||||
```
|
||||
[Detailed installation instructions](https://llm.datasette.io/en/stable/setup.html).
|
||||
|
||||
|
|
|
|||
|
|
@ -24,14 +24,14 @@ For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog
|
|||
|
||||
## Quick start
|
||||
|
||||
First, install LLM using `pip` or Homebrew:
|
||||
First, install LLM using `pip`:
|
||||
|
||||
```bash
|
||||
pip install llm
|
||||
```
|
||||
Or with Homebrew:
|
||||
Or with [pipx](https://pipxproject.github.io/pipx/) (recommended, as then it won't clash with any other installed packages):
|
||||
```bash
|
||||
brew install llm
|
||||
pipx install llm
|
||||
```
|
||||
If you have an [OpenAI API key](https://platform.openai.com/account/api-keys) key you can run this:
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,10 +10,6 @@ Or using [pipx](https://pypa.github.io/pipx/):
|
|||
```bash
|
||||
pipx install llm
|
||||
```
|
||||
Or using [Homebrew](https://brew.sh/):
|
||||
```bash
|
||||
brew install llm
|
||||
```
|
||||
|
||||
## Upgrading to the latest version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue