File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ chatblade -l -e > toanki
182182# ## Help
183183
184184```
185- usage: Chatblade [ -h] [ -l] [ -p PROMPT] [ --openai-api-key KEY] [ --temperature T] [ -c {3.5,4}] [ -i] [ -e] [ -r] [ -t] [ query ...]
185+ usage: Chatblade [ -h] [ -l] [ -p PROMPT] [ --openai-api-key KEY] [ --temperature T] [ -c {3.5,4}] [ -i] [ -s ] [ - e] [ -r] [ -t] [ query ...]
186186
187187a CLI Swiss Army Knife for ChatGPT
188188
@@ -199,6 +199,7 @@ options:
199199 -c {3.5,4}, --chat-gpt {3.5,4}
200200 chat GPT model
201201 -i, --interactive start an interactive chat session. This will implicitly continue the conversation
202+ -s, --stream Stream the incoming text to the terminal
202203 -e, --extract extract content from response if possible (either json or code block)
203204 -r, --raw print the last response as pure text, don't pretty print or format
204205 -t, --tokens display what * would* be sent, how many tokens, and estimated costs
You can’t perform that action at this time.
0 commit comments