mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
update arch_config sample on readme to match with format
This commit is contained in:
parent
9659b2baf6
commit
bca08cdf90
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue