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