File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Some advantages of using TerminalGPT over the chatGPT browser-based app:
3939``` sh
4040pip install terminalgpt -U --user
4141```
42+
4243or
4344
4445``` sh
@@ -73,9 +74,10 @@ Usage: terminalgpt [OPTIONS] COMMAND [ARGS]...
7374
7475Options:
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
You can’t perform that action at this time.
0 commit comments