fix(llm): reorder model provider list for consistency

This commit is contained in:
sharath 2025-07-22 05:00:58 +00:00
parent 6a80a2e87d
commit 52bfed51f6
No known key found for this signature in database
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": ["baseten/fp8", "together/fp8", "novita/fp8", "moonshotai", "groq"]
"order": ["together/fp8", "novita/fp8", "baseten/fp8", "moonshotai", "groq"]
}
if is_anthropic and use_thinking: