Save local modifications for syncing
Some checks failed
CI / lint (push) Has been cancelled
CI / unit tests (push) Has been cancelled
CI / integration tests (push) Has been cancelled
CI / package build (push) Has been cancelled
Commit lint / pull request title (push) Has been cancelled
Commit lint / commit messages (push) Has been cancelled

This commit is contained in:
2026-06-10 10:05:52 +08:00
parent 9fc6ad20d2
commit 0910affc78
13 changed files with 738 additions and 24 deletions

View File

@ -24,6 +24,17 @@
model = "gpt-4o-mini"
api_key = "sk-..."
base_url = "https://api.openai.com/v1"
timeout_seconds = 180.0
# ── Multimodal LLM ───────────────────────────────────
# Independent vision/audio-capable chat-completions endpoint for parsing.
[multimodal]
model = "google/gemini-3-flash-preview"
api_key = "sk-..."
base_url = "https://openrouter.ai/api/v1"
timeout_seconds = 180.0
resize_images_for_vlm = true
max_concurrency = 4
# ── Embedding ─────────────────────────────────────────
[embedding]