tomorrmato
tomorrmato
@BeibinLi does the following code in the [PR notebook ](https://github.com/microsoft/autogen/blob/75353d0694136a2470e52e30e6489896d87eb46e/notebook/agentchat_lmm_gpt-4v.ipynb)fix my issue? ``` vision_capability = VisionCapability(lmm_config={"config_list": config_list_4v, "temperature": 0.5, "max_tokens": 300}) group_chat_manager = autogen.GroupChatManager(groupchat=groupchat, llm_config=gpt4_llm_config) vision_capability.add_to_agent(group_chat_manager) ``` If so, I...
Hey @BeibinLi, thank you very much for your PR, I just gave it a try and had some errors, not sure how to fix the errors. here is my latest...