Commit graph

2 commits

Author SHA1 Message Date
e45b995cdd refactor: optimize llm benchmark and update weekly schedule templates
Refactor `llm_benchmark.py` to improve modularity and performance by
extracting request logic into a private function and preparing for
concurrent execution.

Update weekly schedule HTML templates in `point_system` to reflect
corrected presenter counts and adjust student list entries.
2026-08-25 11:40:15 +08:00
f71cbce771 fix(students): use timezone-aware datetime for attendance recording
Add `timezone` to imports in `point_system/students/views.py` and replace
`datetime.now()` with `timezone.now()` to ensure consistent time handling
and prevent issues with naive datetime objects during attendance
recording.

add llm_benchmark.py
2026-08-17 01:59:29 +08:00