We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6620598 commit 706fc82Copy full SHA for 706fc82
website/docs/topics/llm_configuration.ipynb
@@ -41,7 +41,7 @@
41
"metadata": {},
42
"outputs": [],
43
"source": [
44
- "import autogen # noqa: E402\n",
+ "import autogen\n",
45
"\n",
46
"assistant = autogen.AssistantAgent(name=\"assistant\", llm_config=llm_config)"
47
]
0 commit comments