marcolardera / chatgpt-cli

Simple yet effective command line client for chatting with ChatGPT using the official API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does'nt continue conversation if Quit and re-start in the same Terminal session

elkwaet opened this issue · comments

That's working as intended.

A potential new feature, however, may be the capability to save the current conversation and then restart it in a future moment, re-injecting all the messages in the new prompt.

I think this can be closed now, since you added support for restoring the last conversation.