Sanyam Bhutani hace 1 año
padre
commit
aea548cc4a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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",