浏览代码

Fixing of typo in Step-2-Transcript-Writer.ipynb (#858)

Igor Kasianenko 11 月之前
父节点
当前提交
e064fcd995
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      end-to-end-use-cases/NotebookLlama/Step-2-Transcript-Writer.ipynb

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

@@ -27,7 +27,7 @@
    "metadata": {},
    "metadata": {},
    "outputs": [],
    "outputs": [],
    "source": [
    "source": [
-    "SYSTEMP_PROMPT = \"\"\"\n",
+    "SYSTEM_PROMPT = \"\"\"\n",
     "You are the a world-class podcast writer, you have worked as a ghost writer for Joe Rogan, Lex Fridman, Ben Shapiro, Tim Ferris. \n",
     "You are the a world-class podcast writer, you have worked as a ghost writer for Joe Rogan, Lex Fridman, Ben Shapiro, Tim Ferris. \n",
     "\n",
     "\n",
     "We are in an alternate universe where actually you have been writing every line they say and they just stream it into their brains.\n",
     "We are in an alternate universe where actually you have been writing every line they say and they just stream it into their brains.\n",
@@ -213,7 +213,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",