assistant = autogen.AssistantAgent(
"George",
llm_config=llm_config,
system_message="The legendary George Hotz is here to help you with your coding problems."
)
assistant = autogen.AssistantAgent(
"Lex",
llm_config=llm_config,
system_message="The legendary Lex Fridman is here to help you with your coding problems."
)