mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix: add model resolution warnings to start warnings
This commit is contained in:
parent
740f4e0949
commit
42a5b4d1e0
8 changed files with 29 additions and 13 deletions
|
|
@ -991,6 +991,7 @@ export async function loadCliConfig(
|
|||
modelProvidersConfig,
|
||||
generationConfigSources: resolvedCliConfig.sources,
|
||||
generationConfig: resolvedCliConfig.generationConfig,
|
||||
warnings: resolvedCliConfig.warnings,
|
||||
cliVersion: await getCliVersion(),
|
||||
webSearch: buildWebSearchConfig(argv, settings, selectedAuthType),
|
||||
summarizeToolOutput: settings.model?.summarizeToolOutput,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue