Skip to content

Commit 2d02021

Browse files
committed
update fig size
1 parent 0728e59 commit 2d02021

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

chapter_3/agent_implementation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"id": "08721371",
6767
"metadata": {},
6868
"source": [
69-
"## 3.3.1 Import libraries and set up the LLM client\n",
69+
"## 3.3.1 Set up the LLM client\n",
7070
"\n",
7171
"We instantiate the client using our API key, which will be used for all subsequent calls to the \n",
7272
"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",

figures/agent_loop.png

-640 KB
Loading

0 commit comments

Comments
 (0)