update arch_config sample on readme to match with new format (#475)

This commit is contained in:
Adil Hafeez 2025-04-29 12:36:46 -07:00 committed by GitHub
parent 9659b2baf6
commit 1f95fac4af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,11 +95,12 @@ Create `arch_config.yaml` file with following content,
```yaml ```yaml
version: v0.1 version: v0.1
listener: listeners:
address: 0.0.0.0 ingress_traffic:
port: 10000 address: 0.0.0.0
message_format: huggingface port: 10000
connect_timeout: 0.005s message_format: openai
timeout: 30s
llm_providers: llm_providers:
- name: gpt-4o - name: gpt-4o
@ -196,11 +197,12 @@ Create `arch_config.yaml` file with following content:
```yaml ```yaml
version: v0.1 version: v0.1
listener: listeners:
address: 0.0.0.0 egress_traffic:
port: 10000 address: 0.0.0.0
message_format: huggingface port: 12000
connect_timeout: 0.005s message_format: openai
timeout: 30s
llm_providers: llm_providers:
- name: gpt-4o - name: gpt-4o