Skip to content

Commit 7924710

Browse files
committed
updating readme
1 parent 5ec3ed6 commit 7924710

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Some advantages of using TerminalGPT over the chatGPT browser-based app:
3939
```sh
4040
pip install terminalgpt -U --user
4141
```
42+
4243
or
4344

4445
```sh
@@ -73,9 +74,10 @@ Usage: terminalgpt [OPTIONS] COMMAND [ARGS]...
7374
7475
Options:
7576
--version Show the version and exit.
76-
-m, --model [gpt-3.5-turbo|gpt-3.5-turbo-16k|gpt-4|gpt-4-32k|gpt-4-1106-preview]
77-
Choose a model to use.
78-
-s, --style [markdown|plain] Output style.
77+
-m, --model [gpt-3.5-turbo|gpt-3.5-turbo-16k|gpt-4|gpt-4-32k|gpt-4-turbo|gpt-4o]
78+
Choose a model to use. [default:
79+
gpt-3.5-turbo]
80+
-s, --style [markdown|plain] Output style. [default: markdown]
7981
-t, --token-limit INTEGER Set the token limit. this will override the
8082
default token limit for the chosen model.
8183
--help Show this message and exit.
@@ -86,7 +88,6 @@ Commands:
8688
load Choose a previous conversation to load.
8789
new Start a new conversation.
8890
one-shot One shot question answer.
89-
9091
```
9192

9293
### New

0 commit comments

Comments
 (0)