This adds the reset command to the help command output which was missed
in the patch adding the reset command.
---
ollama-bot.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/ollama-bot.go b/ollama-bot.go
index 8d9a864..98b438f 100644
--- a/ollama-bot.go+++ b/ollama-bot.go
@@ -33,6 +33,7 @@ import (
const command_help = `
This bot supports the following commands:
!describe URL [model] -- Describe image at URL, optionally choosing model
+!reset -- open a clean conversation with the current model or the default model if you have no current conversation!switch-text-model -- Start a conversation using a different text model
!list-text-models -- List models usable for text conversation
!list-image-models -- List models usable for image description
--
2.43.0