mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
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:
parent
a8e3b9ebe7
commit
64291db926
3 changed files with 4 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue