Compare commits
4
Commits
zhutt
...
505e59280e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
505e59280e | ||
|
|
5c873491c6 | ||
|
|
6e0185d38a | ||
|
|
4d59d79812 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
from schemas.statistics import NoExist
|
||||
from sqlalchemy import func
|
||||
from time import time
|
||||
|
||||
#`GET /statistics/students/age-over-30`
|
||||
#查询所有超过 30 岁的学员信息
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user