mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Revert unwanted changes to arch_config.yaml
This commit is contained in:
parent
e3b8cdca79
commit
731716db29
1 changed files with 17 additions and 2 deletions
|
|
@ -19,14 +19,29 @@ llm_providers:
|
|||
model: openai/gpt-4o
|
||||
default: true
|
||||
|
||||
- access_key: $MISTRAL_API_KEY
|
||||
model: mistral/ministral-3b-latest
|
||||
|
||||
- access_key: $ANTHROPIC_API_KEY
|
||||
model: anthropic/claude-3-7-sonnet-latest
|
||||
|
||||
- access_key: $ANTHROPIC_API_KEY
|
||||
model: anthropic/claude-sonnet-4-0
|
||||
|
||||
- model: zhipu/glm-4.6
|
||||
access_key: $ZHIPU_API_KEY
|
||||
- access_key: $DEEPSEEK_API_KEY
|
||||
model: deepseek/deepseek-reasoner
|
||||
|
||||
- access_key: $GROQ_API_KEY
|
||||
model: groq/llama-3.1-8b-instant
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue