This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
Open-Assistant
Watch
1
Star
0
Fork
0
You've already forked Open-Assistant
mirror of
https://github.com/wassname/Open-Assistant.git
synced
2026-07-04 17:20:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eda275bef1773b4e8c623fdbad1a9da41b478f21
Open-Assistant
/
backend
/
oasst_backend
/
api
/
v1
T
History
Keith Stevens
cc1a4bdcb4
Merge pull request
#920
from LAION-AI/857-backend-token-decrypt
...
857 backend token decrypt
2023-01-29 19:31:16 +09:00
..
__init__.py
started re-working python code
2022-12-19 18:00:09 +01:00
admin.py
added message size limit of 2000 characters (issue 822) (
#880
)
2023-01-21 22:37:42 +01:00
api.py
Not sure this will work
2023-01-22 21:36:52 +09:00
auth.py
Using more pydantic features in the backend and fixing env issues on the website
2023-01-28 19:35:40 +09:00
frontend_messages.py
fetch whole message tree for purge (including non-reviewed & deleted)
2023-01-19 16:42:13 +01:00
frontend_users.py
add parsing of additional x-oasst-user header field (
#957
)
2023-01-27 21:28:57 +01:00
hugging_face.py
Store Message Toxicity in database (
#553
)
2023-01-14 12:22:55 +00:00
leaderboards.py
add update_leaderboard..(), admin/purge/{user-id}/messages, ban param for purge_user()
2023-01-19 15:10:22 +01:00
messages.py
add parsing of additional x-oasst-user header field (
#957
)
2023-01-27 21:28:57 +01:00
stats.py
Add combined TreeManager stats endpoint (
#816
)
2023-01-18 00:54:19 +01:00
tasks.py
add parsing of additional x-oasst-user header field (
#957
)
2023-01-27 21:28:57 +01:00
text_labels.py
add optional message_id query param to text_labels/valid_labels endpoint
2023-01-28 15:29:38 +01:00
users.py
add parsing of additional x-oasst-user header field (
#957
)
2023-01-27 21:28:57 +01:00
utils.py
add reply_message to LabelConversationReplyTask & LabelConversationReplyPayload
2023-01-27 22:30:27 +01:00