Skip to content

Commit 8f63539

Browse files
authored
Use assistant tag to filter config (microsoft#2316)
* Use assistant tag to filter config * bump version to 0.2.23
1 parent 2c2048f commit 8f63539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autogen/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.22"
1+
__version__ = "0.2.23"

test/agentchat/contrib/test_gpt_assistant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
aoai_config_list = autogen.config_list_from_json(
4141
OAI_CONFIG_LIST,
4242
file_location=KEY_LOC,
43-
filter_dict={"api_type": ["azure"], "api_version": ["2024-02-15-preview"]},
43+
filter_dict={"api_type": ["azure"], "tags": ["assistant"]},
4444
)
4545

4646

0 commit comments

Comments
 (0)