Merge pull request 'fix: correct OCR API path from /ocr to /chandra/ocr for hub endpoint' (#4) from fix/cross-review-common-permissions into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-05-18 16:09:03 +08:00
+2 -2
View File
@@ -33,12 +33,12 @@ BUCKET = "leaudit"
REGION = ""
[LLM]
BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
BASE_URL = "https://hub.leke.run/qwen/v1"
MODEL = "qwen3.5-35b-a3b"
API_KEY = "sk-6c7466b543b947ffadc50a5d79135712"
[VLM]
BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
BASE_URL = "https://hub.leke.run/qwen/v1"
MODEL = "qwen3.5-35b-a3b"
API_KEY = "sk-6c7466b543b947ffadc50a5d79135712"