fix(llm): switch kimi k2 provider

This commit is contained in:
Sharath 2025-07-19 19:50:38 +05:30 committed by GitHub
parent cfd937b65f
commit 878659aadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def prepare_params(
if is_kimi_k2:
params["provider"] = {
"order": ["groq", "baseten/fp8", "deepinfra/fp4", "together/fp8"]
"order": ["baseten/fp8", "together/fp8", "novita/fp8", "moonshotai", "groq"]
}
if is_anthropic and use_thinking: