add back message before doodlebob prompt rewrite
This commit is contained in:
@@ -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("**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,
|
||||||
|
|||||||
Reference in New Issue
Block a user