mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
063157355c
* fix: update user streaks * Moved streak_last_day_date & streak_days from UserStats to User * Updated Alembic version * update last_activity after tm.handle_interaction() * periodically executed function in main.py to update the user_streak every 4hrs * fix:removed log messages * fix: pre commit issues * refactor: incorporated review comments * fix: removed the managed -scope. * refactor: managed_tx to Outer REST Db Ops in /interaction API * fix: pre-commit changes * fix: added streak and last_activity_date to protocol.FrontEndUser * fix: pre-commit fixes after merge * fix: added streak info to user_stat_repository, leaderboard and review comments * fix: proper 4h delay and simpler startup_time initialisation --------- Co-authored-by: James Melvin <melvin@gameface.ai>
Shared Python code for Open Assisstant
Run pip install -e . to install the package in editable mode.