From a90e0434a2e4bfdf8a880e3b6a7e95b4f4ea7493 Mon Sep 17 00:00:00 2001 From: MarkLo127 Date: Mon, 9 Mar 2026 14:56:49 +0800 Subject: [PATCH] --- tradingagents/graph/trading_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradingagents/graph/trading_graph.py b/tradingagents/graph/trading_graph.py index e4c08c27..fa0954eb 100644 --- a/tradingagents/graph/trading_graph.py +++ b/tradingagents/graph/trading_graph.py @@ -101,7 +101,7 @@ class TradingAgentsXGraph: model=model, base_url=base_url, openai_api_key=api_key, - max_tokens=16000 # Prevent report truncation + max_tokens= 8192 # Prevent report truncation ) # Initialize LLMs independently