From 1cb6d4e8822e4b40536a956223b19d749ef22d22 Mon Sep 17 00:00:00 2001 From: Michael Liu <34015028+ljxw88@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:38:28 +0000 Subject: [PATCH] Update tradingagents/llm_clients/copilot_client.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tradingagents/llm_clients/copilot_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradingagents/llm_clients/copilot_client.py b/tradingagents/llm_clients/copilot_client.py index 3d2eb0c5..d91aa21d 100644 --- a/tradingagents/llm_clients/copilot_client.py +++ b/tradingagents/llm_clients/copilot_client.py @@ -33,7 +33,7 @@ _RESPONSES_ONLY_MODELS = frozenset(( _PASSTHROUGH_KWARGS = ( "timeout", "max_retries", "reasoning_effort", - "api_key", "callbacks", "http_client", "http_async_client", + "callbacks", "http_client", "http_async_client", )