We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f4fab commit 0ec2569Copy full SHA for 0ec2569
notebooks/ai-agents-lab.ipynb
@@ -64,7 +64,7 @@
64
"# Set the LLM provider and passkey provided by your workshop instructor\n",
65
"# NOTE: LLM_PROVIDER can be set to one of \"aws\"/ \"microsoft\" / \"google\"\n",
66
"LLM_PROVIDER = \"aws\"\n",
67
- "PASSKEY = \"replace-with-passkey\""
+ "PASSKEY = <PASSKEY> # Replace <PASSKEY> with the passkey provided by your instructor"
68
]
69
},
70
{
0 commit comments