This commit is contained in:
MarkLo127 2026-03-09 14:56:49 +08:00
parent 24511b7992
commit a90e0434a2
1 changed files with 1 additions and 1 deletions

View File

@ -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