fix: misc issues in qwen-oauth models, sdk cli path resolving.

1. remove `generationConfig`` of qwen-oauth models
2. fix esm issues when sdk trying to spawn cli
This commit is contained in:
mingholy.lmh 2026-01-13 15:58:15 +08:00
parent a8e3b9ebe7
commit 64291db926
3 changed files with 4 additions and 21 deletions

View file

@ -103,7 +103,7 @@ export function resolveCliGenerationConfig(
// Log warnings if any
for (const warning of resolved.warnings) {
console.warn(`[modelProviderUtils] ${warning}`);
console.warn(warning);
}
// Resolve OpenAI logging config (CLI-specific, not part of core resolver)