Skip to content

Tags: utopiazh/Open-Assistant

Tags

v0.0.1-beta36

Toggle v0.0.1-beta36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add our current architecture to the blog (LAION-AI#1483)

* Add our current architecture to the blog

* Update docs/blog/2023-02-11-architecture.md

Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>

---------

Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>

v0.0.1-beta35

Toggle v0.0.1-beta35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Eurakasa -> Euskara (LAION-AI#1420)

Co-authored-by: bilbao_iban <bilbao_iban@eitb.eus>

v0.0.1-beta34

Toggle v0.0.1-beta34's commit message
move shm_size setting to playbook

v0.0.1-beta33

Toggle v0.0.1-beta33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Admin user management (LAION-AI#1393)

part of LAION-AI#1022

    Allow updating the show_on_leaderboard field.
    Add raw JSON of the user object.
    Add a new user message table.
    Also fixed style issue: hard to see reaction count when the user also reacted.
    Rename MessageTable to MessageConversation.

v0.0.1-beta32

Toggle v0.0.1-beta32's commit message
fix lang filtering

v0.0.1-beta31

Toggle v0.0.1-beta31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create dashboard.json (LAION-AI#1381)

v0.0.1-beta30

Toggle v0.0.1-beta30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update the backend path to manage user status (LAION-AI#1294)

v0.0.1-beta29

Toggle v0.0.1-beta29's commit message
add trailing slash to text_labels post path

v0.0.1-beta28

Toggle v0.0.1-beta28's commit message
fix flagged_message upsert logic

v0.0.1-beta27

Toggle v0.0.1-beta27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
968 add flagged message table and endpoints (LAION-AI#1325)

* Added flagged message table

* Added alembic migration and updated imports to match style

* Added GET endpoint to query all flagged messages

* Updates from linter

* Added POST endpoint for processing flagged messages

* Added pydantic interface model and fixed limit update bug

* fixed session in admin endpoint and added require session refresh for returned update

* removed unused import