mirror of
https://github.com/katanemo/plano.git
synced 2026-05-05 05:42:49 +02:00
update arch_config sample on readme to match with new format (#475)
This commit is contained in:
parent
9659b2baf6
commit
1f95fac4af
1 changed files with 12 additions and 10 deletions
22
README.md
22
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue