Update cli/main.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Mohamad Zamini 2026-03-19 11:49:06 -06:00 committed by GitHub
parent 98566c5a2e
commit c84f861eb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ def get_user_selections():
providers_used = {
cfg["provider"]
for cfg in [default_llm, analyst_llm, research_llm, trader_llm, risk_llm, pm_llm]
if cfg
if cfg is not None and "provider" in cfg
}
if "google" in providers_used: