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.15k stars 159 forks source link

Add continuation support for chatgpt #131

Open ebetica opened 1 year ago

ebetica commented 1 year ago

I'm not sure if I'm taking over the -c command improperly, but this would allow users to use the -c flat when using gpt-* models to continue their last conversation. It stores the last conversation in a /tmp file.