Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Žitný committed Jan 21, 2025
1 parent e064fcd commit 5045f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions end-to-end-use-cases/NotebookLlama/Step-3-Re-Writer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"metadata": {},
"outputs": [],
"source": [
"SYSTEMP_PROMPT = \"\"\"\n",
"SYSTEM_PROMPT = \"\"\"\n",
"You are an international oscar winnning screenwriter\n",
"\n",
"You have been working with multiple award winning podcasters.\n",
Expand Down Expand Up @@ -195,7 +195,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",
Expand Down

0 comments on commit 5045f80

Please sign in to comment.