修改接口名称

main
fanpt 1 year ago
parent 04b00ed3ba
commit 016dd673c6

@ -147,7 +147,7 @@ def match_question(request: QuestionRequest):
logger.error(f"Error matching question: {e}")
return QuestionResponse(code=500, msg="success", data=[])
@app.post("/extractInformation/")
@app.post("/extractInformation")
async def extract_information(input_data: InputText):
"""提取信息的端点"""
try:

Loading…
Cancel
Save