Some comments and a fix to week 2 discovered by Bill G.

This commit is contained in:
Edward Donner
2024-11-03 16:37:08 -05:00
parent 5038d8db53
commit 6ba1875cd3
3 changed files with 152 additions and 2 deletions

View File

@@ -397,7 +397,9 @@
"metadata": {},
"outputs": [],
"source": [
"system_prompt = \"You are an assistant that analyzes the contents of a company website landing page \\\n",
"# With massive thanks to Bill G. who noticed that a prior version of this had a bug! Now fixed.\n",
"\n",
"system_message = \"You are an assistant that analyzes the contents of a company website landing page \\\n",
"and creates a short brochure about the company for prospective customers, investors and recruits. Respond in markdown.\""
]
},
@@ -438,6 +440,14 @@
")\n",
"view.launch()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ede97ca3-a0f8-4f6e-be17-d1de7fef9cc0",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {