mirror of
https://github.com/katanemo/plano.git
synced 2026-06-14 15:15:15 +02:00
docs: document model provider headers
This commit is contained in:
parent
554a3d1f6a
commit
2a631b8bb9
3 changed files with 14 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ The following is a complete reference of the ``plano_config.yml`` that controls
|
|||
the Plano gateway. This where you enable capabilities like routing to upstream LLm providers, defining prompt_targets
|
||||
where prompts get routed to, apply guardrails, and enable critical agent observability features.
|
||||
|
||||
``model_providers`` entries support an optional ``headers`` map for extra string HTTP headers sent to the
|
||||
upstream provider. The deprecated ``llm_providers`` key accepts the same provider fields for legacy configs.
|
||||
|
||||
.. literalinclude:: includes/plano_config_full_reference.yaml
|
||||
:language: yaml
|
||||
:linenos:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue