hermes-agent/website/docs
Teknium 6435d69a6d
fix: make vision_analyze timeout configurable via config.yaml (#2480)
Reads auxiliary.vision.timeout from config.yaml (default: 30s) and
passes it to async_call_llm. Useful for slow local vision models
that need more than 30 seconds.

Setting is in config.yaml (not .env) since it's not a secret:

  auxiliary:
    vision:
      timeout: 120

Based on PR #2306.

Co-authored-by: kshitijk4poor <kshitijk4poor@users.noreply.github.com>
2026-03-22 05:28:24 -07:00
..
developer-guide docs: replace ASCII diagrams with Mermaid/lists, add linting note 2026-03-21 17:58:30 -07:00
getting-started docs: add context length detection references to FAQ and quickstart (#2179) 2026-03-20 08:38:44 -07:00
guides feat(plugins): add slash command registration for plugins (#2359) 2026-03-21 16:00:30 -07:00
reference fix(security): block untrusted browser access to api server (#2451) 2026-03-22 04:08:48 -07:00
user-guide fix: make vision_analyze timeout configurable via config.yaml (#2480) 2026-03-22 05:28:24 -07:00
index.md docs(voice): add comprehensive voice mode guide 2026-03-14 09:50:45 -07:00