kardolus / chatgpt-cli

ChatGPT CLI is a versatile tool for interacting with LLM models through OpenAI and Azure, as well as models from Perplexity AI and Llama. It supports prompts and history tracking for seamless, context-aware interactions. With extensive configuration options, it’s designed for both users and developers to create a customized GPT experience.
MIT License
567 stars 39 forks source link

Option to remove line-by-line animation? #61

Closed stephen010x closed 3 months ago

stephen010x commented 3 months ago

When using this client, it becomes really nauseating for me when the text is printing out line by line. I would much prefer if there is an option to just have it print it all out at once to save me the downtime, and for it to be a bit easier on the eyes. Do you suppose we could make this a feature?

kardolus commented 3 months ago

This feature already exists. It's the --query flag. Ie. chatgpt --query what is the capital of france

stephen010x commented 3 months ago

This feature already exists. It's the --query flag. Ie. chatgpt --query what is the capital of france

Thank you! Sorry I didn't realize that is what the --query flag did. I should have read the documentation a bit closer.

stephen010x commented 3 months ago

@kardolus I notice that there is a significantly delay when I use the --query flag. It takes about as long as it would for the message to finish printing without the --query flag. Is this just something related to the ChatGPT API?