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
098ac187
Commit
098ac187
authored
Apr 27, 2024
by
Timothy J. Baek
Browse files
refac: naming
parent
4ea2eb79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/apps/web/routers/chats.py
backend/apps/web/routers/chats.py
+1
-1
No files found.
backend/apps/web/routers/chats.py
View file @
098ac187
...
...
@@ -321,7 +321,7 @@ async def get_all_tags(user=Depends(get_current_user)):
@
router
.
get
(
"/tags/tag/{tag_name}"
,
response_model
=
List
[
ChatTitleIdResponse
])
async
def
get_user_chat
s
_by_tag_name
(
async
def
get_user_chat
_list
_by_tag_name
(
tag_name
:
str
,
user
=
Depends
(
get_current_user
),
skip
:
int
=
0
,
limit
:
int
=
50
):
chat_ids
=
[
...
...
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