feat:初始化工程

This commit is contained in:
2026-06-09 13:51:12 +08:00
commit c66d3a871e
17 changed files with 410 additions and 0 deletions

5
model.py Normal file
View File

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