Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c0fff4c6
"tests/models/test_models_unet_2d_condition.py" did not exist on "102cabeb2309eb6de0f4c6469b408c63d4934220"
Commit
c0fff4c6
authored
Apr 02, 2024
by
Timothy J. Baek
Browse files
fix: typo
parent
180dd396
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/apps/web/models/chats.py
backend/apps/web/models/chats.py
+1
-1
No files found.
backend/apps/web/models/chats.py
View file @
c0fff4c6
...
...
@@ -132,7 +132,7 @@ class ChatTable:
return
False
def
update_chat_share_id_by_id
(
self
,
o
d
:
str
,
share_id
:
Optional
[
str
]
self
,
i
d
:
str
,
share_id
:
Optional
[
str
]
)
->
Optional
[
ChatModel
]:
try
:
query
=
Chat
.
update
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment