Skip to content

Commit

Permalink
Grammar Only Correction (#715)
Browse files Browse the repository at this point in the history
grammar changed from "Let's now revisit the our chat sample from the" to
"Let's now revisit our chat sample from the"
  • Loading branch information
MorbidKoder committed Apr 28, 2023
1 parent 097381c commit 51f77ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/notebooks/dotnet/06-memory-and-embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's now revisit the our chat sample from the [previous notebook](04-context-variables-chat.ipynb).\n",
"Let's now revisit our chat sample from the [previous notebook](04-context-variables-chat.ipynb).\n",
"If you remember, we used context variables to fill the prompt with a `history` that continuously got populated as we chatted with the bot. Let's add also memory to it!"
]
},
Expand Down

0 comments on commit 51f77ca

Please sign in to comment.