mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix readme for llm_routing
This commit is contained in:
parent
bca08cdf90
commit
073a3617b2
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -197,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