add back message before doodlebob prompt rewrite
Build and Push Container / test (push) Failing after 45s
Build and Push Container / build-and-push (push) Skipped

This commit is contained in:
2026-08-19 13:18:25 -04:00
parent f87e1d51ef
commit 40504a679d
+1
View File
@@ -182,6 +182,7 @@ class ImageService:
system_prompt = IMAGE_PROMPT_SYSTEM_PROMPT_TEMPLATE.format(layout=layout) system_prompt = IMAGE_PROMPT_SYSTEM_PROMPT_TEMPLATE.format(layout=layout)
# Wait for the generated image prompt. # Wait for the generated image prompt.
await ctx.send(f"**Doodlebob is writing a better prompt...**")
image_prompt = await llm_client.chat_completion_instruct( image_prompt = await llm_client.chat_completion_instruct(
system_prompt=system_prompt, system_prompt=system_prompt,
user_prompt=message, user_prompt=message,