Skip to content

Commit 620cc0c

Browse files
authored
Expose filter_config (#1582)
1 parent 2a2e466 commit 620cc0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autogen/oai/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
config_list_from_models,
88
config_list_from_json,
99
config_list_from_dotenv,
10+
filter_config,
1011
)
1112
from autogen.cache.cache import Cache
1213

@@ -21,5 +22,6 @@
2122
"config_list_from_models",
2223
"config_list_from_json",
2324
"config_list_from_dotenv",
25+
"filter_config",
2426
"Cache",
2527
]

0 commit comments

Comments
 (0)