Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Jun 7, 2024
1 parent 5ec3ed6 commit 7924710
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Some advantages of using TerminalGPT over the chatGPT browser-based app:
```sh
pip install terminalgpt -U --user
```

or

```sh
Expand Down Expand Up @@ -73,9 +74,10 @@ Usage: terminalgpt [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
-m, --model [gpt-3.5-turbo|gpt-3.5-turbo-16k|gpt-4|gpt-4-32k|gpt-4-1106-preview]
Choose a model to use.
-s, --style [markdown|plain] Output style.
-m, --model [gpt-3.5-turbo|gpt-3.5-turbo-16k|gpt-4|gpt-4-32k|gpt-4-turbo|gpt-4o]
Choose a model to use. [default:
gpt-3.5-turbo]
-s, --style [markdown|plain] Output style. [default: markdown]
-t, --token-limit INTEGER Set the token limit. this will override the
default token limit for the chosen model.
--help Show this message and exit.
Expand All @@ -86,7 +88,6 @@ Commands:
load Choose a previous conversation to load.
new Start a new conversation.
one-shot One shot question answer.
```

### New
Expand Down

0 comments on commit 7924710

Please sign in to comment.