From bcae21deb7eb4b52f00587a39c7f8c134680a869 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 10 Mar 2025 22:53:15 +0800 Subject: [PATCH] update --- app/core/qwen_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",