Skip to content

Commit

Permalink
Update samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLjl committed Nov 22, 2024
1 parent 43b7ac3 commit 3acdb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/agentchat_captainagent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1866,7 +1866,7 @@
"\n",
"os.environ[\"BING_API_key\"] = \"\" # set your bing api key here, if you donot need search engine, you can skip this step\n",
"os.environ[\"RAPID_API_KEY\"] = (\n",
" \"f12b4f6c3fmshb2346ff0da5a4f2p1afe92jsn421fb8b9a71c\" # set your rapid api key here, in order for this example to work, you need to subscribe to the youtube transcription api(https://rapidapi.com/solid-api-solid-api-default/api/youtube-transcript3)\n",
" \"\" # set your rapid api key here, in order for this example to work, you need to subscribe to the youtube transcription api(https://rapidapi.com/solid-api-solid-api-default/api/youtube-transcript3)\n",
")\n",
"\n",
"## build agents\n",
Expand Down

0 comments on commit 3acdb68

Please sign in to comment.