Skip to content

Commit

Permalink
Documented llm chat -o, closes #244
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 10, 2023
1 parent df32d76 commit 79b3cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ your queries.

Type `quit` or `exit` to end a chat.

For models that support them, you can pass options using `-o/--option`:
```bash
llm chat -m gpt-4 -o temperature 0.5
```

## Listing available models

The `llm models` command lists every model that can be used with LLM, along with any aliases:
Expand Down

0 comments on commit 79b3cd8

Please sign in to comment.