This commit is contained in:
Karl 2025-10-31 15:31:13 +00:00
parent 0707b031f9
commit 435b687585

View File

@ -43,7 +43,7 @@ def create_prompt_on_openwebui(prompt: str, topic: str = "random", model: str =
secondary_topic_instruction = f" Additionally incorporate the theme of '{secondary_topic}' into the new prompt, in the style of." secondary_topic_instruction = f" Additionally incorporate the theme of '{secondary_topic}' into the new prompt, in the style of."
user_content = ( user_content = (
"Can you generate me a really random image idea, Do not exceed 10 words. Use clear language, not poetic metaphors." "Can you generate me a really random image idea, Do not exceed 20 words. Use clear language, not poetic metaphors."
+ topic_instruction + topic_instruction
+ secondary_topic_instruction + secondary_topic_instruction
+ "Avoid prompts similar to the following:" + "Avoid prompts similar to the following:"