Merge pull request '添加statistics tag' (#45) from 张昕浩 into main

Reviewed-on: #45
This commit was merged in pull request #45.
This commit is contained in:
2026-09-22 17:54:00 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from schemas.statistics import NoExist
from sqlalchemy import func
from time import time
#`GET /statistics/students/age-over-30`
#查询所有超过 30 岁的学员信息
+1 -1
View File
@@ -16,7 +16,7 @@ def llm_func(input_user):
base_url="https://api.deepseek.com"
)
prom_path = Path(__file__).parent / "prom.txt"
prom_path = Path(__file__).parent / "prom.txt" #拼接路径
context = prom_path.read_text(encoding="utf-8")