diff --git a/notebook/agentchat_lmm_llava.ipynb b/notebook/agentchat_lmm_llava.ipynb index 46b3dbb8bd48..89887ff61aa7 100644 --- a/notebook/agentchat_lmm_llava.ipynb +++ b/notebook/agentchat_lmm_llava.ipynb @@ -26,7 +26,7 @@ "source": [ "### Before everything starts, install AutoGen with the `lmm` option\n", "```bash\n", - "pip install \"autogen[lmm]>=0.2.3\"\n", + "pip install \"autogen[lmm]>=0.3.0\"\n", "```" ] },