j178 / chatgpt

An elegant interactive CLI for ChatGPT
693 stars 52 forks source link

feat: reuse or create new conversation by specified prompt #67

Closed j178 closed 1 year ago

j178 commented 1 year ago

This is a rework of #66, another approach to resolve #65

If user specified a prompt, we try to switch to the conversation with the same prompt. If not found, we create a new conversation with the prompt.

This way we avoid overwriting the prompt of previous conversation.