mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
Tweak readme docs for minor nits (#461)
Co-authored-by: darkdatter <msylvia@tradestax.io>
This commit is contained in:
parent
4d2d8bd7a1
commit
e7b0de2a72
13 changed files with 38 additions and 38 deletions
|
|
@ -1,9 +1,9 @@
|
|||
.. _configuration_refernce:
|
||||
.. _configuration_reference:
|
||||
|
||||
Configuration Reference
|
||||
=======================
|
||||
|
||||
The following is a complete reference of the ``arch_conifg.yml`` that controls the behavior of a single instance of
|
||||
The following is a complete reference of the ``arch_config.yml`` that controls the behavior of a single instance of
|
||||
the Arch 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@ llm_providers:
|
|||
|
||||
# provides a way to override default settings for the arch system
|
||||
overrides:
|
||||
# By default Arch uses an NLI + embedding approach to match an incomming prompt to a prompt target.
|
||||
# The intent matching threshold is kept at 0.80, you can overide this behavior if you would like
|
||||
# By default Arch uses an NLI + embedding approach to match an incoming prompt to a prompt target.
|
||||
# The intent matching threshold is kept at 0.80, you can override this behavior if you would like
|
||||
prompt_target_intent_matching_threshold: 0.60
|
||||
|
||||
# default system prompt used by all prompt targets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue