diff --git a/app/core/qwen_client.py b/app/core/qwen_client.py index a54a340..3060aeb 100644 --- a/app/core/qwen_client.py +++ b/app/core/qwen_client.py @@ -42,7 +42,7 @@ class QwenClient: "content": [ { "type": "text", - "text": "请识别图中驿站的所有取件码或者运单号,以[{\"station\":\"驿站名字\",\"pickup_codes\":[\"3232\",\"2323\"]}]的格式返回。只返回JSON格式数据,不要其他解释。" + "text": "请识别图中驿站的所有取件码或者运单号, 取件码运单号格式有:数字加-分割的 ,字母开头的等,以[{\"station\":\"驿站名字\",\"pickup_codes\":[\"2232\",\"2323\"]}]的格式返回。只返回JSON格式数据,不要其他解释。" }, { "type": "image",