This commit is contained in:
parent
24511b7992
commit
a90e0434a2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue