Skip to content

Commit

Permalink
Use assistant tag to filter config (microsoft#2316)
Browse files Browse the repository at this point in the history
* Use assistant tag to  filter config

* bump version to 0.2.23
  • Loading branch information
sonichi authored Apr 8, 2024
1 parent 4a44093 commit 23ef8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.22"
__version__ = "0.2.23"
2 changes: 1 addition & 1 deletion test/agentchat/contrib/test_gpt_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
aoai_config_list = autogen.config_list_from_json(
OAI_CONFIG_LIST,
file_location=KEY_LOC,
filter_dict={"api_type": ["azure"], "api_version": ["2024-02-15-preview"]},
filter_dict={"api_type": ["azure"], "tags": ["assistant"]},
)


Expand Down

0 comments on commit 23ef8ec

Please sign in to comment.