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
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:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user