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:
parent
98566c5a2e
commit
c84f861eb0
|
|
@ -613,7 +613,7 @@ def get_user_selections():
|
||||||
providers_used = {
|
providers_used = {
|
||||||
cfg["provider"]
|
cfg["provider"]
|
||||||
for cfg in [default_llm, analyst_llm, research_llm, trader_llm, risk_llm, pm_llm]
|
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:
|
if "google" in providers_used:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue