From f88740582fd9f2c8bff097be11ed1d3b1fffd2a6 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Thu, 24 Oct 2024 14:57:29 -0700 Subject: [PATCH] fixed typos in arch_config.yaml file based on issue #221 (#223) Co-authored-by: Salman Paracha --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c18c237..0b2946a3 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,9 @@ Below is an example configuration to get you started: ```yaml version: v0.1 - -listen: - address: 0.0.0.0 # or 127.0.0.1 - port: 10000 - # Defines how Arch should parse the content from application/json or text/pain Content-type in the http request +listener: + address: 127.0.0.1 + port: 8080 #If you configure port 443, you'll need to update the listener with tls_certificates message_format: huggingface # 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 model: gpt-4o default: true - stream: true # 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: - name: reboot_devices