feat:初始化工程

This commit is contained in:
2026-05-27 19:04:09 +08:00
commit 613f426aee
11 changed files with 253 additions and 0 deletions

4
model.py Normal file
View File

@@ -0,0 +1,4 @@
from pydantic import BaseModel
class ChatRequest(BaseModel):
message: str