You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter_3/agent_implementation.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
"id": "08721371",
67
67
"metadata": {},
68
68
"source": [
69
-
"## 3.3.1 Import libraries and set up the LLM client\n",
69
+
"## 3.3.1 Set up the LLM client\n",
70
70
"\n",
71
71
"We instantiate the client using our API key, which will be used for all subsequent calls to the \n",
72
72
"model. Think of the client as a messenger between your Python code and Anthropic's servers. When you want Claude to do something, you don't communicate with it directly over the internet yourself. Instead, you hand your request to the client object, which handles the networking, authentication, and formatting behind the scenes, and brings the response back to you. All \n",
0 commit comments