mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs(providers): call out Bedrock as not covered by request_timeout_seconds
AWS Bedrock paths (bedrock_converse + AnthropicBedrock SDK) use boto3 with its own timeout config and are not wired to the per-provider knob. Documented in cli-config.yaml.example and website configuration.md so users don't expect it to take effect there.
This commit is contained in:
parent
c11ab6f64d
commit
611657487f
2 changed files with 4 additions and 1 deletions
|
|
@ -76,6 +76,9 @@ model:
|
|||
# Leaving these unset keeps the legacy defaults (HERMES_API_TIMEOUT=1800s,
|
||||
# native Anthropic 900s).
|
||||
#
|
||||
# Not currently wired for AWS Bedrock (bedrock_converse + AnthropicBedrock
|
||||
# SDK paths) — those use boto3 with its own timeout configuration.
|
||||
#
|
||||
# providers:
|
||||
# ollama-local:
|
||||
# request_timeout_seconds: 300 # Longer timeout for local cold-starts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue