From 7298fc64da53e70e90e2a6cfb287d7409811c9da Mon Sep 17 00:00:00 2001 From: Jaskirat Date: Sat, 7 Mar 2026 17:26:10 -0500 Subject: [PATCH] add all files --- tradingagents/default_config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tradingagents/default_config.py b/tradingagents/default_config.py index 017d9f66..41d49d45 100755 --- a/tradingagents/default_config.py +++ b/tradingagents/default_config.py @@ -30,9 +30,8 @@ DEFAULT_CONFIG = { "backend_embedding_url": "http://localhost:8081/v1", # "backend_embedding_url":"https://api.z.ai/api/v1", # "backend_url": "http://localhost:11434/v1", - "api_key": os.environ.get("OPENAI_API_KEY", "your-api-key-here") - "embedding_api_key": os.environ.get("OPENAI_API_KEY", "your-api-key-here") -} + "api_key": os.environ.get("OPENAI_API_KEY", "your-api-key-here"), + "embedding_api_key": os.environ.get("OPENAI_API_KEY", "your-api-key-here"), # Debate and discussion settings "max_debate_rounds": 5, "max_risk_discuss_rounds": 5,