From 893de98b0e4d54f7cbb1294b5f02809934f8dcde Mon Sep 17 00:00:00 2001 From: Krish <59071300+krishthukral@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:21:29 -0800 Subject: [PATCH] updated sysyem to system prompt for clarity --- skills/citations/guide.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/citations/guide.ipynb b/skills/citations/guide.ipynb index d1d7e70..12df9a9 100644 --- a/skills/citations/guide.ipynb +++ b/skills/citations/guide.ipynb @@ -157,7 +157,7 @@ "metadata": {}, "outputs": [], "source": [ - "sysyem_prompt = \"You will be acting as a conversational AI customer support assistant for the ecommerce website PetWorld. Your goal is to help answer customer questions in a friendly and helpful manner, using PetWorld's help center articles as your knowledge base.\"\n", + "system_prompt = \"You will be acting as a conversational AI customer support assistant for the ecommerce website PetWorld. Your goal is to help answer customer questions in a friendly and helpful manner, using PetWorld's help center articles as your knowledge base.\"\n", "\n", "prompt_template = '''\n", "Here are the help center articles you have available, provided in
tags with unique IDs:\n", @@ -307,7 +307,7 @@ "\n", " response = client.messages.create(\n", " model='claude-3-5-sonnet-20241022',\n", - " system=sysyem_prompt,\n", + " system=system_prompt,\n", " messages=[\n", " {\n", " 'role': 'user',\n",