LagPixelLOL / ChatGPTCLIBot

ChatGPT Bot in CLI with long term memory support using Embeddings.
MIT License
341 stars 38 forks source link

Request for ability to save QA conversation #17

Closed michaelveilleux closed 1 year ago

michaelveilleux commented 1 year ago

Hi,

First of all, this project is VERY great. THANKS !

Would it be possible to add a save function in QA mode?

Thanks for the consideration.

PS: I am an interface designer / UX designer, and I would be interested in contributing if you consider producing an interface version in the future.

LagPixelLOL commented 1 year ago

It is possible, but I don't find any use of it because the chat history is not searched in the QA mode anyway. If you want to export the chat, you can use the /dump command.

michaelveilleux commented 1 year ago

Perfect. I will use the /dump function then.

THANKS !

LagPixelLOL commented 1 year ago

Closed as completed.