mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-05-01 14:33:10 +03:00
minor fix
This commit is contained in:
@@ -43,7 +43,7 @@ def _make_api_request(function_name: str, params: dict) -> dict | str:
|
|||||||
api_params.update({
|
api_params.update({
|
||||||
"function": function_name,
|
"function": function_name,
|
||||||
"apikey": get_api_key(),
|
"apikey": get_api_key(),
|
||||||
"source": "tradingagents",
|
"source": "trading_agents",
|
||||||
})
|
})
|
||||||
|
|
||||||
# Handle entitlement parameter if present in params or global variable
|
# Handle entitlement parameter if present in params or global variable
|
||||||
|
|||||||
Reference in New Issue
Block a user