Skip to content

Commit e064fcd

Browse files
Fixing of typo in Step-2-Transcript-Writer.ipynb (#858)
2 parents 1ea5010 + a1020ba commit e064fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"SYSTEMP_PROMPT = \"\"\"\n",
30+
"SYSTEM_PROMPT = \"\"\"\n",
3131
"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",
3232
"\n",
3333
"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 @@
213213
")\n",
214214
"\n",
215215
"messages = [\n",
216-
" {\"role\": \"system\", \"content\": SYSTEMP_PROMPT},\n",
216+
" {\"role\": \"system\", \"content\": SYSTEM_PROMPT},\n",
217217
" {\"role\": \"user\", \"content\": INPUT_PROMPT},\n",
218218
"]\n",
219219
"\n",

0 commit comments

Comments
 (0)