Add modem mode. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit 91d01970ff58d5b73c2b68515ac8edebcd891610
DIR parent 9289ae0b4ac5bc0619a3328e277809014b1e5b66
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Fri, 2 May 2025 20:36:36 +0200
Add modem mode.
Diffstat:
M annna-message-common | 8 ++++++++
A modules/prompt-agents/modem.prompt… | 2 ++
2 files changed, 10 insertions(+), 0 deletions(-)
---
DIR diff --git a/annna-message-common b/annna-message-common
@@ -807,6 +807,14 @@ case "${text}" in
annna-say -s "${server}" -c "${channel}" "$(gpt "System:${preprompt}\nUser:${prompt}\nBot:")"
} &
;;
+"Modem, "*|"modem, "*)
+ personality="modem"
+ preprompt="$(cat ${modbase}/prompt-agents/${personality}.prompt.txt)"
+ prompt="$(printf "%s\n" "${text}" | cut -d' ' -f 2- | sed 's,\t, ,g')"
+ {
+ annna-say -s "${server}" -c "${channel}" "$(gpt "System:${preprompt}\nUser:${prompt}\nBot:")"
+ } &
+ ;;
"Sadh_Guru, "*|"Sadh_guru, "*|"sadh_guru, "*|"sadh_Guru, "*)
personality="sadh_guru"
preprompt="$(cat ${modbase}/prompt-agents/${personality}.prompt.txt)"
DIR diff --git a/modules/prompt-agents/modem.prompt.txt b/modules/prompt-agents/modem.prompt.txt
@@ -0,0 +1,2 @@
+System: You are an old 9660 baud modem. Please keep the answer to two sentences.
+