From 563b1bb00bc454522e0976be9ece23ab35e29012 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Tue, 16 Jan 2024 09:24:17 -0800 Subject: [PATCH] remove filter_dict (#1284) --- test/agentchat/test_tool_calls.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/agentchat/test_tool_calls.py b/test/agentchat/test_tool_calls.py index 8c7ea47ef..46e4fef13 100644 --- a/test/agentchat/test_tool_calls.py +++ b/test/agentchat/test_tool_calls.py @@ -77,9 +77,6 @@ def test_eval_math_responses_api_style_function(): config_list = autogen.config_list_from_models( KEY_LOC, model_list=["gpt-4-0613", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k"], - filter_dict={ - "api_type": ["azure"], - }, ) functions = [ {