mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Remove redundant provider_interface from Kimi K2.5 config
The openai/ prefix in the model name already sets the provider interface. Setting provider_interface explicitly conflicts with it and fails config validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d1bd93b5f4
commit
8729369058
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ llm_providers:
|
|||
- model: openai/kimi-k2.5
|
||||
access_key: $MOONSHOT_API_KEY
|
||||
base_url: https://api.moonshot.ai/v1
|
||||
provider_interface: openai
|
||||
default: true
|
||||
routing_preferences:
|
||||
- name: general conversation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue