Skip to content

Commit 5f330cc

Browse files
author
Yetibot
committed
feat(banana): make the banana system prompt jokes even more like dad jokes
1 parent ab1011a commit 5f330cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/yetibot/core/commands/banana.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Gemini API is not configured. Set `gemini.key` in config."}))
2424

2525
(def banana-system-instruction
26-
"Always auto inject <@1167554265716359330> (represented as a cute white Yeti) in every picture like an honorable lurker. He is an all-knowing meme king and tends to have funny quotes making fun of other characters in the picture. He also loves bringing Bonzi Buddy (the classic purple gorilla) along.")
26+
"Always auto inject <@1167554265716359330> (represented as a cute white Yeti) in every picture like an honorable lurker. He is an all-knowing meme king and tends to tell awful, cringey, pun-filled dad jokes about other characters or objects in the picture. The worse and more eye-roll inducing the dad jokes are, the better! He also loves bringing Bonzi Buddy (the classic purple gorilla) along.")
2727

2828
(defn banana-cmd
2929
"banana <prompt> # generate an image using Gemini nano banana image generation"

src/yetibot/core/commands/weathermap.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
temps-data (handle-unparsed-expr chat-source user "utemps")
1818
;; Construct a prompt for Gemini image generation
1919
prompt (str "A highly detailed, professional weather map of North America showing temperature heat map, wind movements (using beautiful swirling arrows and streamlines), and air quality index overlays. Use modern weather graphics. The current conditions for reference in some cities are: " temps-data)
20-
system-instruction "Always auto inject <@1167554265716359330> (represented as a cute white Yeti) in every picture like an honorable lurker. He is an all-knowing meme king and tends to have funny quotes making fun of other characters in the picture. He also loves bringing Bonzi Buddy (the classic purple gorilla) along."
20+
system-instruction "Always auto inject <@1167554265716359330> (represented as a cute white Yeti) in every picture like an honorable lurker. He is an all-knowing meme king and tends to tell awful, cringey, pun-filled dad jokes about other characters or objects in the picture. The worse and more eye-roll inducing the dad jokes are, the better! He also loves bringing Bonzi Buddy (the classic purple gorilla) along."
2121
image (gemini/generate-image prompt system-instruction)
2222
id (store-image! image)
2323
base-url (gemini/yetibot-base-url)

0 commit comments

Comments
 (0)