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
68 stars 62 forks source link

Add /save command to save chat history #169

Closed ayushmorbar closed 5 months ago

ayushmorbar commented 5 months ago

This pull request adds a new command, /save, to the chat application. When the user inputs /save, the chat history is saved to the docs/chat_history.txt file. This feature allows users to easily save and review their chat history.

refer https://github.com/neokd/NeoGPT/issues/136

neokd commented 5 months ago

Don't save it to docs. Save it to current working directory and add time stamp to the file name.

ayushmorbar commented 5 months ago

okay, lemme fix that

ayushmorbar commented 5 months ago

@neokd fixed.