chat-robot 取消性别传入,从用户输入中提取性别

This commit is contained in:
2025-04-23 11:51:53 +08:00
parent f68b5a9f04
commit b8fe29e735
4 changed files with 41 additions and 7 deletions

View File

@@ -2,7 +2,6 @@ from pydantic import BaseModel
class ChatRobotModel(BaseModel):
gender: str
message: str
session_id: str
user_id: int