Skip to content

Commit

Permalink
removed flaml[automl] from pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Jan 2, 2025
1 parent d8ba732 commit c354b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebook/agentchat_realtime_websocket.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install \"ag2\" \"fastapi>=0.115.0,<1\" \"uvicorn>=0.30.6,<1\" \"flaml[automl]\""
"!pip install \"ag2\" \"fastapi>=0.115.0,<1\" \"uvicorn>=0.30.6,<1\""
]
},
{
Expand All @@ -65,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -116,7 +116,7 @@
" \"No LLM found for the given model, please add the following lines to the OAI_CONFIG_LIST file:\"\n",
" \"\"\"\n",
" {\n",
" \"model\": \"gpt-4o-realtime-preview\",\n",
" \"model\": \"gpt-4o-mini-realtime-preview\",\n",
" \"api_key\": \"sk-***********************...*\",\n",
" \"tags\": [\"gpt-4o-mini-realtime\", \"realtime\"]\n",
" }\"\"\"\n",
Expand Down

0 comments on commit c354b6a

Please sign in to comment.