mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
b5bb5bb7c0
* add leaderboard stats, periodic update via fastapi-utils * count label tasks for assistant and prompter replies * Daily stats update every 15 mins, simplify leaderboard endpoint * add indices for some created_date columns * make user stats update intervals configurable * make sure intervals are positive
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
alembic==1.8.1
|
|
fastapi==0.88.0
|
|
fastapi-limiter==0.1.5
|
|
fastapi-utils==0.2.1
|
|
loguru==0.6.0
|
|
numpy==1.22.4
|
|
psycopg2-binary==2.9.5
|
|
pydantic==1.9.1
|
|
python-dotenv==0.21.0
|
|
scipy==1.8.1
|
|
SQLAlchemy==1.4.41
|
|
sqlmodel==0.0.8
|
|
starlette==0.22.0
|
|
uvicorn==0.20.0
|