adds missing apostrophe

This commit is contained in:
Ted Sanders 2023-06-16 16:08:14 -07:00
parent 0fb6c1438e
commit 181b606eaf

View File

@ -164,7 +164,7 @@
"\n",
"queries = json_gpt(QUERIES_INPUT)[\"queries\"]\n",
"\n",
"# Lets include the original question as well for good measure\n",
"# Let's include the original question as well for good measure\n",
"queries.append(USER_QUESTION)\n",
"\n",
"queries\n"