mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
update docs
This commit is contained in:
parent
31c30c4806
commit
af3b38a5b4
3 changed files with 23 additions and 43 deletions
|
|
@ -13,16 +13,12 @@ listeners:
|
|||
timeout: 30s
|
||||
|
||||
llm_providers:
|
||||
- name: gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider: openai
|
||||
model: gpt-4o
|
||||
- access_key: $OPENAI_API_KEY
|
||||
model: openai/gpt-4o
|
||||
default: true
|
||||
|
||||
- name: ministral-3b
|
||||
access_key: $MISTRAL_API_KEY
|
||||
provider: openai
|
||||
model: ministral-3b-latest
|
||||
- access_key: $MISTRAL_API_KEY
|
||||
model: mistral/ministral-3b-latest
|
||||
```
|
||||
|
||||
### Step 2. Start arch gateway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue