From 1f95fac4af46f797c8ea116fdaefcf8c134ddd2a Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 29 Apr 2025 12:36:46 -0700 Subject: [PATCH] update arch_config sample on readme to match with new format (#475) --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 55133c8a..c1290b79 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,12 @@ Create `arch_config.yaml` file with following content, ```yaml version: v0.1 -listener: - address: 0.0.0.0 - port: 10000 - message_format: huggingface - connect_timeout: 0.005s +listeners: + ingress_traffic: + address: 0.0.0.0 + port: 10000 + message_format: openai + timeout: 30s llm_providers: - name: gpt-4o @@ -196,11 +197,12 @@ Create `arch_config.yaml` file with following content: ```yaml version: v0.1 -listener: - address: 0.0.0.0 - port: 10000 - message_format: huggingface - connect_timeout: 0.005s +listeners: + egress_traffic: + address: 0.0.0.0 + port: 12000 + message_format: openai + timeout: 30s llm_providers: - name: gpt-4o