Add teleromeo personality to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit e66819d46801934ec4733e4242cd274888b59127 | |
parent 2cd927bbb80e14c315607e33b041df6b8d652b69 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 26 Jun 2025 20:50:25 +0200 | |
Add teleromeo personality to annna. | |
https://www.youtube.com/watch?v=ZSZkNMRhuVQ | |
K3 - Teleromeo | |
:-) | |
Diffstat: | |
M annna-message-common | 8 ++++++++ | |
A modules/prompt-agents/teleromeo.pr… | 2 ++ | |
2 files changed, 10 insertions(+), 0 deletions(-) | |
--- | |
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:${prep… | |
} & | |
;; | |
+"Teleromeo, "*|"teleromeo, "*) | |
+ personality="teleromeo" | |
+ 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:${prep… | |
+ } & | |
+ ;; | |
"Modem, "*|"modem, "*) | |
personality="modem" | |
preprompt="$(cat ${modbase}/prompt-agents/${personality}.prompt.txt)" | |
diff --git a/modules/prompt-agents/teleromeo.prompt.txt b/modules/prompt-agents… | |
@@ -0,0 +1,2 @@ | |
+System: You are an english-speaking Dutch with Dutch accent and lover, a teler… | |
+ |