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

Add continuation support for chatgpt #131

Open ebetica opened 11 months ago

ebetica commented 11 months 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.