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 magic commands documentation #179

Closed ayushmorbar closed 5 months ago

ayushmorbar commented 5 months ago

This pull request adds documentation for the magic commands feature. The magic_commands.py file now contains a set of special commands that can be used during chat sessions. These commands provide additional functionalities such as resetting the chat session, exiting the chat session, printing the chat history, saving the chat history to a file, copying the last response from NeoGPT to the clipboard, undoing the last response, redoing the last human input, and displaying a help message with the list of available commands.

refer #170

neokd commented 5 months ago

Can you remove this "🚧 Our documentation is currently under construction! We're working hard to bring you the best information.Contributions are welcome! 🚧" and also instead of specifying the file. Provide a short description of what is magic commands.

ayushmorbar commented 5 months ago

done.