0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

Small usability improvements #68

Closed TobiasLaving closed 1 year ago

TobiasLaving commented 1 year ago

Really like this script!

I ran into two issues when I installed using arch

  1. Not knowing I needed env variables for OPENAI
  2. Not sure about available options

Of course this information was easily found here on github, but it can be nice to have it in the script.

The intention of this PR is to fix those issues. Let me know if this is an appropiate PR :)