opencrush 0.3.11 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -245162,6 +245162,10 @@ async function runSetupWizard() {
|
|
|
245162
245162
|
PROVIDER_INFO.find((p2) => p2.id === "anthropic"),
|
|
245163
245163
|
PROVIDER_INFO.find((p2) => p2.id === "openai"),
|
|
245164
245164
|
PROVIDER_INFO.find((p2) => p2.id === "deepseek"),
|
|
245165
|
+
PROVIDER_INFO.find((p2) => p2.id === "qwen"),
|
|
245166
|
+
PROVIDER_INFO.find((p2) => p2.id === "kimi"),
|
|
245167
|
+
PROVIDER_INFO.find((p2) => p2.id === "zhipu"),
|
|
245168
|
+
PROVIDER_INFO.find((p2) => p2.id === "minimax"),
|
|
245165
245169
|
PROVIDER_INFO.find((p2) => p2.isLocal)
|
|
245166
245170
|
].filter(Boolean);
|
|
245167
245171
|
const { llmProvider } = await esm_default12.prompt([{
|