Skip to content

Commit 239b565

Browse files
committed
API fix
1 parent 9dce222 commit 239b565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/quickstart/agents/Agents_101/Tool_Calling_101.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"metadata": {},
5555
"outputs": [],
5656
"source": [
57-
"#!pip3 install groq"
57+
"#!pip3 install groq\n",
58+
"%set_env GROQ_API_KEY=''"
5859
]
5960
},
6061
{

0 commit comments

Comments
 (0)