hankal 1 mēnesi atpakaļ
vecāks
revīzija
9dfc5dd806

+ 2 - 2
ocr_tools/universal_doc_parser/config/bank_statement_yusys_v4.yaml

@@ -245,7 +245,7 @@ table_recognition_wired:
 # ============================================================
 vl_recognition:
   module: "glmocr"
-  api_url: "http://10.192.72.12:20026/v1/chat/completions"
+  api_url: "http://10.192.72.13:20026/v1/chat/completions"
   api_key: null  # 可选,如需要可填写
   model: "glm-ocr"
   max_image_size: 3500  # GLM-OCR 推荐的最大图片尺寸
@@ -269,7 +269,7 @@ vl_recognition:
     retry_backoff_max_seconds: 8.0
     retry_jitter_ratio: 0.2
     retry_status_codes: [429, 500, 502, 503, 504]
-    max_tokens: 16000
+    max_tokens: 8192
     temperature: 0.1
     top_p: 0.0001
     top_k: 1