Skip to content

Commit b0a24f9

Browse files
committed
more readme tweaks (help part)
1 parent 5cf59f8 commit b0a24f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

187187
a 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

0 commit comments

Comments
 (0)