fixed typos in arch_config.yaml file based on issue #221 (#223)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
Salman Paracha 2024-10-24 14:57:29 -07:00 committed by GitHub
parent 5f3aff4922
commit f88740582f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,11 +59,9 @@ Below is an example configuration to get you started:
```yaml ```yaml
version: v0.1 version: v0.1
listener:
listen: address: 127.0.0.1
address: 0.0.0.0 # or 127.0.0.1 port: 8080 #If you configure port 443, you'll need to update the listener with tls_certificates
port: 10000
# Defines how Arch should parse the content from application/json or text/pain Content-type in the http request
message_format: huggingface message_format: huggingface
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way # Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
@ -73,10 +71,10 @@ llm_providers:
access_key: OPENAI_API_KEY access_key: OPENAI_API_KEY
model: gpt-4o model: gpt-4o
default: true default: true
stream: true
# default system prompt used by all prompt targets # default system prompt used by all prompt targets
system_prompt: You are a network assistant that just offers facts; not advice on manufacturers or purchasing decisions. system_prompt: |
You are a network assistant that just offers facts; not advice on manufacturers or purchasing decisions.
prompt_targets: prompt_targets:
- name: reboot_devices - name: reboot_devices