From c84f861eb0d1b09c42974490bd76e174eec65abc Mon Sep 17 00:00:00 2001 From: Mohamad Zamini <32536264+mzamini92@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:49:06 -0600 Subject: [PATCH] Update cli/main.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.py b/cli/main.py index 6dbcd8ba..bb131b4b 100644 --- a/cli/main.py +++ b/cli/main.py @@ -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: