Skip to content

Commit

Permalink
Update outdated reference to gpt-4-turbo (#525)
Browse files Browse the repository at this point in the history
Looks like this alias was overlooked in 8171c9a. This commit makes it
match with the usage of gpt-4o in the associated example.
  • Loading branch information
simondonohue authored Jul 18, 2024
1 parent c9fab11 commit 50454c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To switch from ChatGPT 3.5 (the default) to GPT-4o:
```bash
llm 'Ten names for cheesecakes' -m gpt-4o
```
You can use `-m 4t` as an even shorter shortcut.
You can use `-m 4o` as an even shorter shortcut.

Pass `--model <model name>` to use a different model. Run `llm models` to see a list of available models.

Expand Down

0 comments on commit 50454c1

Please sign in to comment.