Files
Open-Assistant/oasst-shared
yeungadrian 4715a53637 #47- Create API endpoints that return leaderboards (#250)
* Leaderboard endpoints proof of concept
- New leaderboards router
- Two endpoints /api/v1/leaderboards/assistant & /api/v1/leaderboards/prompter
- Function in prompt_repository to calculate user scores

* Separating create vs 'eventual' evaluate routes

* Adding display_name to result

* Missing / in routes

* Updating route to be experimental

* Fixing format for pre-commit
2023-01-02 22:38:54 +01:00
..
2022-12-19 18:00:09 +01:00
2023-01-02 00:01:45 +00:00

Shared Python code for Open Assisstant

Run pip install -e . to install the package in editable mode.