chatgpt-cli
chatgpt-cli copied to clipboard
ChatGPT CLI is a versatile tool for interacting with ChatGPT models via OpenAI and Azure, as well as with models from Perplexity AI. It offers streaming, query mode, and history tracking for seamless,...
I feel like I cut some corners on how the token size is calculated for the `context_window`.
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed - Default should be `nil` - Hide the `json` key with `omitempty` in case it is `nil` - Test the reflection logic to see if pointers to strings...
It would be cool to have a configurable prompt that you can set either with a command line flag or an environment variable. Right now prompts need to be passed...
Add this command `chatgpt --show-history [thread]`. It should print a human readable history. If the thread is omitted the current thread is selected.
tried glow and mdcat on macos but both don't seem to support streaming