~cmb/public-inbox

ollama-bot: Add reset command to help output v1 APPLIED

Michael Taboada: 1
 Add reset command to help output

 1 files changed, 1 insertions(+), 0 deletions(-)
#290 alpine.yml success
#291 void.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.2mb.codes/~cmb/public-inbox/patches/1/mbox | git am -3
Learn more about email & git

[PATCH ollama-bot] Add reset command to help output Export this patch

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
ollama-bot/patches: SUCCESS in 5m52s

[Add reset command to help output][0] from [Michael Taboada][1]

[0]: https://lists.2mb.codes/~cmb/public-inbox/patches/1
[1]: mailto:michael@michaels.world

✓ #290 SUCCESS ollama-bot/patches/alpine.yml https://builds.2mb.codes/~cmb/job/290
✓ #291 SUCCESS ollama-bot/patches/void.yml   https://builds.2mb.codes/~cmb/job/291