update the openapi folder name

This commit is contained in:
Karl 2025-07-29 14:27:50 +01:00
parent e2acd2dcd6
commit 6e39c34a58

View File

@ -76,7 +76,7 @@ def create_prompt_on_openwebui(prompt: str, topic: str = "random", model: str =
result = client.chat(
question=user_content,
chat_title=datetime.now().strftime("%Y-%m-%d %H:%M"),
folder_name="Ai Image Requests"
folder_name="ai-frame-image-server"
)
if result: