Filip Žitný 3 months ago
parent
commit
5045f80fd7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      end-to-end-use-cases/NotebookLlama/Step-3-Re-Writer.ipynb

+ 2 - 2
end-to-end-use-cases/NotebookLlama/Step-3-Re-Writer.ipynb

@@ -39,7 +39,7 @@
    "metadata": {},
    "metadata": {},
    "outputs": [],
    "outputs": [],
    "source": [
    "source": [
-    "SYSTEMP_PROMPT = \"\"\"\n",
+    "SYSTEM_PROMPT = \"\"\"\n",
     "You are an international oscar winnning screenwriter\n",
     "You are an international oscar winnning screenwriter\n",
     "\n",
     "\n",
     "You have been working with multiple award winning podcasters.\n",
     "You have been working with multiple award winning podcasters.\n",
@@ -195,7 +195,7 @@
     ")\n",
     ")\n",
     "\n",
     "\n",
     "messages = [\n",
     "messages = [\n",
-    "    {\"role\": \"system\", \"content\": SYSTEMP_PROMPT},\n",
+    "    {\"role\": \"system\", \"content\": SYSTEM_PROMPT},\n",
     "    {\"role\": \"user\", \"content\": INPUT_PROMPT},\n",
     "    {\"role\": \"user\", \"content\": INPUT_PROMPT},\n",
     "]\n",
     "]\n",
     "\n",
     "\n",