Exaspace

Results 2 comments of Exaspace

@moryachok I hit this as well. 1. pip install autogen-agentchat 2. run the very first getting started example shown here: https://microsoft.github.io/autogen/0.2/docs/Getting-Started 3. error `IndexError: list index out of range` After...

yes @huapsy I posted the fix above! Just do this: ``` llm_config = { "config_list": [ { "model": "gpt-4", "api_key": os.environ.get("OPENAI_API_KEY"), }, ]} ```