mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Merge pull request #1478 from QwenLM/mingholy/fix/misc-adjustments
Fix auth type switching and model persistence issues
This commit is contained in:
commit
47c8bc5303
6 changed files with 114 additions and 25 deletions
|
|
@ -120,7 +120,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