From bca08cdf906e99e6aa9c8b2200ba243ac37dbceb Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 29 Apr 2025 12:00:18 -0700 Subject: [PATCH] update arch_config sample on readme to match with format --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 55133c8a..248a6639 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