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 `/help` Command to `magic_commands.py` #173

Closed ayushmorbar closed 5 months ago

ayushmorbar commented 5 months ago

The magic_commands.py script lacks a /help command that would list all available commands for the user. This enhancement would improve user experience by providing an easy way to view all commands. The /help command should list all commands with a brief description of their functionality.


Is your feature request related to a problem? Please describe.

Users currently have no way of knowing all the available commands in the magic_commands.py script without looking at the source code or documentation.

Describe the solution you'd like

I would like a /help command to be added to the magic_commands.py script. This command should list all available commands along with a brief description of their functionality.

Describe alternatives you've considered

An alternative could be to include a comment at the top of the magic_commands.py script that lists all the commands. However, this would not be as user-friendly as a /help command.

Additional context

This enhancement would improve the user experience by providing an easy way to view all commands without needing to refer to the documentation or source code.

neokd commented 5 months ago

This would be a good addition

ayushmorbar commented 5 months ago

I'll get on this as soon as i get my pending pr cleared and assigned to this one since its too easy. Beside this, I've got some amazing commands and features which we can integrate like a text-to-speech module, etc. I will create the issues soon!

neokd commented 5 months ago

That's great