@@ -226,8 +226,8 @@ chatblade can be used with an Azure OpenAI endpoint, in which case in addition t
226226### Help
227227
228228```
229- usage: Chatblade [-h] [--openai-api-key key] [--temperature t] [-c CHAT_GPT] [-i] [-s] [-t] [-p name] [-e] [-r] [-n] [-o] [--theme theme] [-l] [-S sess] [--session-list] [--session-path] [--session-dump] [--session-delete ]
230- [--session-rename newsess]
229+ usage: Chatblade [-h] [--openai-api-key key] [--openai-base-url key] [-- temperature t] [-c CHAT_GPT] [-i] [-s] [-t] [--version] [- p name] [-e] [-r] [-n] [-o] [--theme theme] [-l]
230+ [-S sess] [--session-list] [--session-path] [--session-dump] [--session-delete] [- -session-rename newsess]
231231 [query ...]
232232
233233a CLI Swiss Army Knife for ChatGPT
@@ -241,12 +241,12 @@ options:
241241 --openai-base-url key A custom url to use the openAI against a local or custom model, eg ollama
242242 --temperature t temperature (openai setting)
243243 -c CHAT_GPT, --chat-gpt CHAT_GPT
244- ChatGPT model - use either the fully qualified model name, or one of 3.5 (gpt-3.5-turbo), 4 (gpt-4),
245- 4t (gpt-4-turbo), 4o (gpt-4o), mini (gpt-4o-mini). Default is gpt-4o-mini. Can also be set via env variable OPENAI_API_MODEL, see
246- https://platform.openai.com/docs/models/continuous-model-upgrades for available models.
244+ chat GPT model use either the fully qualified model name, or 3.5 (gpt-3.5-turbo), 4 (gpt-4), 4t (gpt-4-turbo), 4o (gpt-4o), mini (gpt-4o-mini),
245+ o1 (o1-preview), o1mini (o1-mini). Can also be set via env variable OPENAI_API_MODEL
247246 -i, --interactive start an interactive chat session. This will implicitly continue the conversation
248247 -s, --stream Stream the incoming text to the terminal
249248 -t, --tokens display what *would* be sent, how many tokens, and estimated costs
249+ --version display the chatblade version
250250 -p name, --prompt-file name prompt name - will load the prompt with that name at ~/.config/chatblade/name or a path to a file
251251
252252result formatting options:
@@ -265,3 +265,4 @@ session options:
265265 --session-delete delete session
266266 --session-rename newsess rename session
267267```
268+
0 commit comments