mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-30 12:23:12 +00:00

* support groupchat, other QOL fixes * remove gallery success toast * Update website/blog/2023-12-01-AutoGenStudio/index.mdx Co-authored-by: Chi Wang <wang.chi@microsoft.com> --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com>
5 lines
94 B
Python
5 lines
94 B
Python
VERSION = "0.0.33a"
|
|
__version__ = VERSION
|
|
__db_version__ = "0.0.1"
|
|
APP_NAME = "autogenstudio"
|