chatgpt-cli icon indicating copy to clipboard operation
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,...

Results 15 chatgpt-cli issues
Sort by recently updated
recently updated
newest added

Had to do some refactoring to plug in another provider, reviewing individual commits might be easier than the whole thing, but at high level: * Factor out OpenAI specific logic...

As more CLI apps are adopting the path conventions laid out by the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), it would be nice if `config.yaml` and other generated files like thread history...

I am wanting to write a script that will track my total token usage though the chatgpt-cli client, and the total cost of me using the tool through my own...

Seems like there are some new models like claude and llama3.1 that are pretty exciting, is there any interest in supporting them?

Is it possible to attach an image or pdf to the query?

It would be nice to have a mode similar to ChatGPT that, by default, starts the interactive mode in a new thread rather than in the default one. This way,...

When the environment variable `OPENAI_CONFIG_HOME` is set, and the corresponding YAML configuration file does not exist, the `chatgpt-cli` application falls back to its default configuration silently without throwing an error....

I run almost all of my commands with one of the simple models, but for more complex tasks I sometimes want to use a more advanced model. If I were...

#### Problem Currently, the configuration for the ChatGPT CLI uses a singular configuration format for LLMs and models. This works well if you're using only one LLM at a time,...