Skip to content

Commit 563b1bb

Browse files
authored
remove filter_dict (#1284)
1 parent adbfb20 commit 563b1bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/agentchat/test_tool_calls.py

-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ def test_eval_math_responses_api_style_function():
7777
config_list = autogen.config_list_from_models(
7878
KEY_LOC,
7979
model_list=["gpt-4-0613", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k"],
80-
filter_dict={
81-
"api_type": ["azure"],
82-
},
8380
)
8481
functions = [
8582
{

0 commit comments

Comments
 (0)