#Why multiple models in config_list?

3 messages · Page 1 of 1 (latest)

dusty hazel
#

Hello! Newbie in the world of AI, LLMs and AutoGen here.

I've been poking around the documentations and notebooks and came across some examples (e.g. https://github.com/microsoft/autogen/blob/main/notebook/agentchat_groupchat_research.ipynb) with multiple models in the config_list. How does it work? What are the advantages in having multiple models? How do we select the models to be included into the list?

Additionally, would appreciate if anyone can point me in the right direction to learn more about the things I should know to become proficient at working with AutoGen! 😃

indigo talon
hot canyon
#
GitHub

Hi, it seems that the basics of the config list structure is missing or not obvious from the documentation. Why is config list a list of models in the first place? What happens with this list of mo...

autogen.OpenAIWrapper provides enhanced LLM inference for openai>=1.