Update tradingagents/graph/portfolio_analysis.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
2466ec3c90
commit
95e10bd1fd
|
|
@ -16,7 +16,7 @@ class PortfolioAnalyzer:
|
|||
owns the portfolio-level prompt, comparison logic, and logging.
|
||||
"""
|
||||
|
||||
def __init__(self, deep_thinking_llm: ChatOpenAI):
|
||||
def __init__(self, deep_thinking_llm: BaseChatModel):
|
||||
"""Initialize with the deep thinking LLM for comparative analysis.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Reference in New Issue