mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing failing tests and updating rederend config file
This commit is contained in:
parent
79ff4bb164
commit
a92e75c5ea
7 changed files with 24 additions and 37 deletions
|
|
@ -37,6 +37,12 @@ llm_providers:
|
|||
- access_key: $GEMINI_API_KEY
|
||||
model: gemini/gemini-1.5-pro-latest
|
||||
|
||||
- model: xai/grok-4-latest
|
||||
access_key: $GROK_API_KEY
|
||||
|
||||
- model: together_ai/openai/gpt-oss-20b
|
||||
access_key: $TOGETHER_API_KEY
|
||||
|
||||
- model: custom/test-model
|
||||
base_url: http://host.docker.internal:11223
|
||||
provider_interface: openai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue