diff --git a/backend/open_webui/models/chats.py b/backend/open_webui/models/chats.py index ba6611a811..bcf6951e49 100644 --- a/backend/open_webui/models/chats.py +++ b/backend/open_webui/models/chats.py @@ -393,7 +393,6 @@ class ChatTable: chat_item.updated_at = int(time.time()) await db.commit() - await db.refresh(chat_item) return ChatModel.model_validate(chat_item) except Exception: