Skip to content

Commit

Permalink
bump version to 0.2.4 (#1160)
Browse files Browse the repository at this point in the history
* bump version to 0.2.4

* update

---------

Co-authored-by: kevin666aa <[email protected]>
  • Loading branch information
sonichi and yiranwu0 authored Jan 7, 2024
1 parent 40dbf31 commit 295b835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
4 changes: 4 additions & 0 deletions test/agentchat/contrib/test_compressible_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_mode_compress():
"timeout": 600,
"cache_seed": 43,
"config_list": config_list,
"model": "gpt-3.5-turbo",
},
compress_config={
"mode": "COMPRESS",
Expand Down Expand Up @@ -80,6 +81,7 @@ def test_mode_customized():
"timeout": 600,
"cache_seed": 43,
"config_list": config_list,
"model": "gpt-3.5-turbo",
},
compress_config={
"mode": "CUSTOMIZED",
Expand Down Expand Up @@ -149,6 +151,7 @@ def test_compress_message():
"timeout": 600,
"cache_seed": 43,
"config_list": config_list,
"model": "gpt-3.5-turbo",
},
compress_config={
"mode": "COMPRESS",
Expand Down Expand Up @@ -184,6 +187,7 @@ def test_mode_terminate():
"timeout": 600,
"cache_seed": 43,
"config_list": config_list,
"model": "gpt-3.5-turbo",
},
compress_config=True,
)
Expand Down

0 comments on commit 295b835

Please sign in to comment.