This commit is contained in:
parent
24511b7992
commit
a90e0434a2
|
|
@ -101,7 +101,7 @@ class TradingAgentsXGraph:
|
||||||
model=model,
|
model=model,
|
||||||
base_url=base_url,
|
base_url=base_url,
|
||||||
openai_api_key=api_key,
|
openai_api_key=api_key,
|
||||||
max_tokens=16000 # Prevent report truncation
|
max_tokens= 8192 # Prevent report truncation
|
||||||
)
|
)
|
||||||
|
|
||||||
# Initialize LLMs independently
|
# Initialize LLMs independently
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue