"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "130d15a2fb4b1fdf5a98ab8e9475ab7f5bdcaec8"
Commit 4c221eab authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent b12edb4a
...@@ -123,7 +123,8 @@ class ChatTable: ...@@ -123,7 +123,8 @@ class ChatTable:
"user_id": f"shared-{chat_id}", "user_id": f"shared-{chat_id}",
"title": chat.title, "title": chat.title,
"chat": chat.chat, "chat": chat.chat,
"created_at": int(time.time()), "created_at": chat.created_at,
"updated_at": int(time.time()),
} }
) )
shared_result = Chat.create(**shared_chat.model_dump()) shared_result = Chat.create(**shared_chat.model_dump())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment