careervivid 1.12.11 → 1.12.12
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.
|
@@ -225,7 +225,7 @@ export async function promptForAgentModel(options = {}) {
|
|
|
225
225
|
? "claude-opus-4-5"
|
|
226
226
|
: selectedProvider === "gemini"
|
|
227
227
|
? "gemini-2.5-flash"
|
|
228
|
-
: "
|
|
228
|
+
: "openai/gpt-oss-120b:free"; // Stable OpenRouter tool-calling free model
|
|
229
229
|
const modelAnswer2 = await prompt({
|
|
230
230
|
type: "input",
|
|
231
231
|
name: "model",
|