Skip to content

Commit 0ec2569

Browse files
committed
Add passkey placeholder
1 parent b9f4fab commit 0ec2569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/ai-agents-lab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"# Set the LLM provider and passkey provided by your workshop instructor\n",
6565
"# NOTE: LLM_PROVIDER can be set to one of \"aws\"/ \"microsoft\" / \"google\"\n",
6666
"LLM_PROVIDER = \"aws\"\n",
67-
"PASSKEY = \"replace-with-passkey\""
67+
"PASSKEY = <PASSKEY> # Replace <PASSKEY> with the passkey provided by your instructor"
6868
]
6969
},
7070
{

0 commit comments

Comments
 (0)