From 016dd673c60e9c96ca979a84fd53a05558a097af Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Wed, 27 Mar 2024 17:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fast_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast_api.py b/fast_api.py index fa1fa05..d0949e1 100644 --- a/fast_api.py +++ b/fast_api.py @@ -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: