chatGPT-shell-cli icon indicating copy to clipboard operation
chatGPT-shell-cli copied to clipboard

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.

Results 58 chatGPT-shell-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

nice work. no plans for linux ubuntu?

``` curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash ``` output (ubuntu 22.04): ``` Installed chatgpt script to /usr/local/bin/chatgpt The script will add the OPENAI_KEY environment variable to your shell profile...

I have some custom instructions for when I use ChatGPT through the web site. I would like for this to use the same instructions.

I get the following error Enter a prompt: hello jq: parse error: Invalid numeric literal at line 1, column 10 jq: parse error: Invalid numeric literal at line 1, column...

Open AI have just updated their API and now allows dall-e-3 image generation. https://platform.openai.com/docs/guides/images?context=node On this change, the request has been updated to also pass `model`. Usage: ``` chatgpt -m...

solve the installation error and fixed the bugs in install.sh file #134

This is great concept. I created this issue to ask is there will a version for windows?

Multiline Support for chatgpt Command Not Working **Describe the bug** When attempting to use multiline support with the chatgpt bot, I'm encountering errors. Both `chatgpt -b` and `chatgpt --big-prompt` commands...

I install on Ubuntu 22.04 using the install script: curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash Installed chatgpt script to /usr/local/bin/chatgpt The script will add the OPENAI_KEY environment variable to...

please consider add support for azure openai service: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference