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 60 forks source link

Add '/save' magic command #136

Closed neokd closed 5 months ago

neokd commented 5 months ago

In magic_commands.py implement a /save command that will write the user history for a current session in a text file.

pranjalipilankar commented 5 months ago

please assign me this issue for JWOC

neokd commented 5 months ago

@pranjalipilankar assigned

neokd commented 5 months ago

@pranjalipilankar any updates?

pranjalipilankar commented 5 months ago

I am having some issues with requirements.txt. I am trying to resolve it. Will update by EOD today

neokd commented 5 months ago

What issue are u facing?

pranjalipilankar commented 5 months ago

Screenshot 2024-01-30 141050

neokd commented 5 months ago

@pranjalipilankar update your fork. The requirements are updated . You can try pip install pdfminer.six==20231228

ayushmorbar commented 5 months ago

Done!

neokd commented 5 months ago

Closing issue, Thanks for the contribution