From 6e39c34a5849dd0255309c65f380219a3636b4d3 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 29 Jul 2025 14:27:50 +0100 Subject: [PATCH] update the openapi folder name --- libs/openwebui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openwebui.py b/libs/openwebui.py index d1d52b9..bd74a3d 100644 --- a/libs/openwebui.py +++ b/libs/openwebui.py @@ -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: