소스 검색

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

Igor Kasianenko 3 달 전
부모
커밋
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": {},
    "outputs": [],
    "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",
     "\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",
     "messages = [\n",
-    "    {\"role\": \"system\", \"content\": SYSTEMP_PROMPT},\n",
+    "    {\"role\": \"system\", \"content\": SYSTEM_PROMPT},\n",
     "    {\"role\": \"user\", \"content\": INPUT_PROMPT},\n",
     "]\n",
     "\n",