neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
78 stars 65 forks source link

store conversations #182

Closed neokd closed 7 months ago

neokd commented 7 months ago

The conversations are currently been written to the root of the project. Create a directory conversations that will store the chats whenever /save command is been used.

ayushmorbar commented 7 months ago

Please elaborate on this!

neokd commented 7 months ago

Currently /save stores the chat file into the root directory of the project. Instead of that we have to store it in a new directory called conversations and store the chat history in that folder.