Skip to content

Commit

Permalink
Update README.md (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky authored Dec 13, 2023
1 parent 360a923 commit 53deb71
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ Some advantages of using TerminalGPT over the chatGPT browser-based app:
```sh
pip install terminalgpt -U --user
```
or

```sh
pip3 install terminalgpt -U --user
```

2. Now you have `terminalgpt` command available in your terminal. Run the following install command to configure the app.

Expand Down Expand Up @@ -71,8 +76,8 @@ 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. [default: gpt-4]
-s, --style [markdown|plain] Output style. [default: markdown]
Choose a model to use.
-s, --style [markdown|plain] Output style.
-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 Down

0 comments on commit 53deb71

Please sign in to comment.