mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-09 16:00:58 +00:00
Upgrade instructions, refs #50
This commit is contained in:
parent
82f70af175
commit
ac5fe2bd06
1 changed files with 17 additions and 0 deletions
|
|
@ -14,6 +14,23 @@ Or using [Homebrew](https://brew.sh/):
|
|||
```bash
|
||||
brew install simonw/llm/llm
|
||||
```
|
||||
|
||||
## Upgrading to the latest version
|
||||
|
||||
If you installed using `pip`:
|
||||
```bash
|
||||
pip install -U llm
|
||||
```
|
||||
For `pipx`:
|
||||
```bash
|
||||
pipx upgrade llm
|
||||
```
|
||||
For Homebrew:
|
||||
```bash
|
||||
brew tap --repair simonw/llm
|
||||
brew upgrade simonw/llm/llm
|
||||
```
|
||||
|
||||
## Authentication
|
||||
|
||||
Many LLM models require an API key. These API keys can be provided to this tool using several different mechanisms.
|
||||
|
|
|
|||
Loading…
Reference in a new issue