remove filter_dict (#1284)

This commit is contained in:
Chi Wang
2024-01-16 09:24:17 -08:00
committed by GitHub
parent adbfb206dc
commit 563b1bb00b

View File

@@ -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 = [
{