By using the following data model, you can make the QA data model: from pydantic import BaseModel class QADataModel(BaseModel): question: str ...
確定! 回上一頁