Skip to content

Commit 457ba32

Browse files
committed
typo
1 parent 3b3f105 commit 457ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatapi/ChatAPI + LangChain Basics.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"source": [
236236
"# Make SystemMessagePromptTemplate\n",
237237
"prompt=PromptTemplate(\n",
238-
" template=\"Propose creative ways to incorportate {food_1} and {food_2} in the cuisine of the users choice.\",\n",
238+
" template=\"Propose creative ways to incorporate {food_1} and {food_2} in the cuisine of the users choice.\",\n",
239239
" input_variables=[\"food_1\", \"food_2\"]\n",
240240
")\n",
241241
"\n",

0 commit comments

Comments
 (0)