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
78 stars 65 forks source link

Add `/redo` magic command #175

Closed neokd closed 8 months ago

neokd commented 8 months ago

Introduce a new magic command, /redo, that allows users to resubmit their previous input to the model for reevaluation. When invoked, the command retrieves the last human input from the chat history and resends it to NeoGPT, facilitating a reexecution of the model. This feature enables users to revisit and refine their queries without retyping, enhancing the interaction experience.