Compare commits

...
Author SHA1 Message Date
Saoud Rizwan d58dc8f36a Create fair-glasses-lick.md 2025-07-14 20:53:45 -07:00
Saoud Rizwan 2a054ef6a5 Add groq to kimi providers 2025-07-14 20:50:02 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Add groq to kimi providers
+1 -1
View File
@@ -158,7 +158,7 @@ export async function createOpenRouterStream(
...(reasoning ? { reasoning } : {}),
...(openRouterProviderSorting ? { provider: { sort: openRouterProviderSorting } } : {}),
// limit providers to only those that support the 131k context window
...(isKimiK2 ? { provider: { order: ["together"], allow_fallbacks: false } } : {}),
...(isKimiK2 ? { provider: { order: ["groq", "together"], allow_fallbacks: false } } : {}),
})
return stream