mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* uAbility to update_model on conversable agents * formatting * formatting * move code from conversable agent into samples/tools and add testing and README * forgot install step * fix * leave core lib unchanged and move everything to samples/tools * remove skip openai --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
4 lines
67 B
Python
4 lines
67 B
Python
from .update_model import update_model
|
|
|
|
__all__ = ["update_model"]
|