Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/yetibot/core/commands/banana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Gemini API is not configured. Set `gemini.key` in config."}))

(def banana-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.")
"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.")

(defn banana-cmd
"banana <prompt> # generate an image using Gemini nano banana image generation"
Expand Down
2 changes: 1 addition & 1 deletion src/yetibot/core/commands/weathermap.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
temps-data (handle-unparsed-expr chat-source user "utemps")
;; Construct a prompt for Gemini image generation
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)
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."
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."
image (gemini/generate-image prompt system-instruction)
id (store-image! image)
base-url (gemini/yetibot-base-url)
Expand Down