Sanyam Bhutani 6 months ago
parent
commit
239b56580a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      recipes/quickstart/agents/Agents_101/Tool_Calling_101.ipynb

+ 2 - 1
recipes/quickstart/agents/Agents_101/Tool_Calling_101.ipynb

@@ -54,7 +54,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "#!pip3 install groq"
+    "#!pip3 install groq\n",
+    "%set_env GROQ_API_KEY=''"
    ]
   },
   {