Magic Commands
Magic commands are special commands that are inspired by discord bots. They are used to perform various actions during the chat session. Magic commands are prefixed with a /
character. Here is a list of available magic commands:
-
/reset
đ: This command resets the chat session. It clears the chat memory and starts a new session. -
/exit
đĒ: This command is used to exit the chat session. -
/history
đ: This command prints the chat history. It displays all the messages exchanged during the chat session. -
/save
đž: This command saves the chat history to a file. The file is named aschat_history_{timestamp}.txt
, where{timestamp}
is the current date and time. -
/copy
đ: This command copies the last response from NeoGPT to the clipboard. -
/undo
âŠī¸: This command removes the last response from the chat history. -
/redo
đ: This command resends the last human input to the model. -
/load
đ: This command loads the saved chat history from a specific file. -
/tokens {prompt}
đī¸: This command displays number of tokens for a given prompt -
/export
đ¤: This command exports a current used settings by NeoGPT. -
/conversations
đŖī¸: This command displays the list of available conversations. -
/source
đ: Displays the path to the source directory. -
/help
â: This command displays a help message with the list of available commands.
If a command is not recognized, an error message is displayed đĢ.
To use a magic command, simply type the command in the chat session and press enter â¨ī¸.