mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-10 14:54:41 +00:00
remove filter_dict (#1284)
This commit is contained in:
parent
adbfb206dc
commit
563b1bb00b
@ -77,9 +77,6 @@ def test_eval_math_responses_api_style_function():
|
|||||||
config_list = autogen.config_list_from_models(
|
config_list = autogen.config_list_from_models(
|
||||||
KEY_LOC,
|
KEY_LOC,
|
||||||
model_list=["gpt-4-0613", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k"],
|
model_list=["gpt-4-0613", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k"],
|
||||||
filter_dict={
|
|
||||||
"api_type": ["azure"],
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
functions = [
|
functions = [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user