2024-09-20 17:08:42 -07:00
|
|
|
Configuration Reference
|
|
|
|
|
============================
|
|
|
|
|
|
2024-09-27 15:37:49 -07:00
|
|
|
The following is a complete reference of the ``prompt-conifg.yml`` that controls the behavior of a single instance of
|
2024-09-30 14:54:01 -07:00
|
|
|
the Arch gateway. We've kept things simple (less than 80 lines) and held off on exposing additional functionality (for
|
|
|
|
|
e.g. suppporting push observability stats, managing prompt-endpoints as virtual cluster, exposing more load balancing
|
|
|
|
|
options, etc). Our belief that the simple things, should be simple. So we offert good defaults for developers, so
|
2024-09-27 15:37:49 -07:00
|
|
|
that they can spend more of their time in building features unique to their AI experience.
|
2024-09-20 17:08:42 -07:00
|
|
|
|
2024-10-06 16:54:34 -07:00
|
|
|
.. literalinclude:: includes/arch_config_full_reference.yaml
|
2024-09-20 17:08:42 -07:00
|
|
|
:language: yaml
|
|
|
|
|
:linenos:
|
2024-10-06 16:54:34 -07:00
|
|
|
:caption: :download:`Arch Configuration - Full Reference <includes/arch_config_full_reference.yaml>`
|