From 8729369058c66ad54aa1854bda40b0c1dacf3fe0 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 17 Feb 2026 03:23:13 -0800 Subject: [PATCH] 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 --- demos/llm_routing/openclaw_routing/config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/llm_routing/openclaw_routing/config.yaml b/demos/llm_routing/openclaw_routing/config.yaml index 8cbdde08..c09f433d 100644 --- a/demos/llm_routing/openclaw_routing/config.yaml +++ b/demos/llm_routing/openclaw_routing/config.yaml @@ -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