chatgpt-cli icon indicating copy to clipboard operation
chatgpt-cli copied to clipboard

Interact with ChatGPT directly from your command line

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

Any chance you might be able to add [TTS support](https://platform.openai.com/docs/guides/text-to-speech)?

Add support to generate embeddings https://platform.openai.com/docs/guides/embeddings

enhancement

I put the zsh generated script in a file, with the content: ``` #compdef chatgpt-cli compdef _chatgpt-cli chatgpt-cli # zsh completion for chatgpt-cli -*- shell-script -*- __chatgpt-cli_debug() { local file="$BASH_COMP_DEBUG_FILE"...

I am using: echo "This is an image to describe" | chatgpt-cli vision -f 1.jpg -c afr.cfg In afr.cfg file, I have: API_KEY=sk-my-secret-key TEMPERATURE=0.5 SESSION_FILE=afr.json I can't use session file...

enhancement