| 12345678910111213141516171819 |
- # ========== Agent OCR 服务配置文件(压缩模式)==========
- # ---------- 推理服务配置 ----------
- inference:
- url: "http://10.69.29.202:31277/inference-api/exp-api/inf-1480928240416935936/v1/chat/completions"
- auth_token: "Bearer QDiS42vR9EqP-j73zeeyWB8zSJ4juheflm6yDKUDz5c"
- model: "Qwen3-VL-32B-Instruct"
- # ---------- API 服务配置 ----------
- server:
- host: "0.0.0.0"
- port: 6006
- max_concurrent: 5
- # ---------- 图像预处理配置 ----------
- image:
- max_size: 512
- compress: true
- compress_quality: 70
|