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
eefe0145
Commit
eefe0145
authored
Apr 20, 2024
by
Timothy J. Baek
Browse files
refac: include archived flag in exports
parent
74dd9b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
backend/apps/web/models/chats.py
backend/apps/web/models/chats.py
+1
-0
No files found.
backend/apps/web/models/chats.py
View file @
eefe0145
...
@@ -64,6 +64,7 @@ class ChatResponse(BaseModel):
...
@@ -64,6 +64,7 @@ class ChatResponse(BaseModel):
updated_at
:
int
# timestamp in epoch
updated_at
:
int
# timestamp in epoch
created_at
:
int
# timestamp in epoch
created_at
:
int
# timestamp in epoch
share_id
:
Optional
[
str
]
=
None
# id of the chat to be shared
share_id
:
Optional
[
str
]
=
None
# id of the chat to be shared
archived
:
bool
class
ChatTitleIdResponse
(
BaseModel
):
class
ChatTitleIdResponse
(
BaseModel
):
...
...
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