fixed typo (#523)

pull/531/head
Matthew 1 year ago committed by GitHub
parent 0d1436b8d9
commit 90ef0f25e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -172,6 +172,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f2e47962",
"metadata": {},
@ -338,7 +339,7 @@
"\n",
"\n",
"def extract_chunk(content, template_prompt):\n",
" \"\"\"This function applies a prompt to some input content. In this case it returns a summarize chunk of text\"\"\"\n",
" \"\"\"This function applies a prompt to some input content. In this case it returns a summarized chunk of text\"\"\"\n",
" prompt = template_prompt + content\n",
" response = openai.ChatCompletion.create(\n",
" model=GPT_MODEL, messages=[{\"role\": \"user\", \"content\": prompt}], temperature=0\n",
@ -480,6 +481,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "dab07e98",
"metadata": {},
@ -656,6 +658,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "dd3e7868",
"metadata": {},

Loading…
Cancel
Save