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

Using a format such as JSON, or `COMMAND: ` and `DESCRIPTION: ` could be useful to both teach the user about command lines and also help to detect errors.

enhancement
good first issue

[Bito AI](https://bito.ai/) offers code explanations. And It has been implementated in [this project](https://github.com/gitbito/CLI) . I think there may need to add extra API endpoints but it would great to have...

enhancement
good first issue

new recall command: Query the chat_history file and echo the matched conversations usage: recall:query_word1 query_word2 ... The query words only matches the question you ask to chatgpt. It doesn't match...

1. Added a system check to remove \r when using linux. I guess this could be further refined for BSD's too. 2. ran "shellcheck" on the script and removed all...

Update tab usage consistency of some lines indentation. There are no functional changes to the code.

hej @0xacx love your chatgpt project!👏 How about integrating getitAI's open Plugin Store for easy plugin installs? (https://www.getit.ai/gpt-plugins) Let's chat for 15 mins: https://calendly.com/d/z4j-cb5-h2y/getitai-devs

Update help, and let kitty download the image by itself.

### 1. Don't mess with profiles Changing user/system profiles not a good idea and can create a mess, use own config instead Example `install.sh`: ``` if [[ $EUID -eq 0...

Model `gpt-4o` is available for all (logged) users, so I think we can change the default model from 3.5 to 4o.

fix the bug: https://github.com/0xacx/chatGPT-shell-cli/issues/111