mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-19 15:25:37 +00:00
adds missing apostrophe
This commit is contained in:
parent
0fb6c1438e
commit
181b606eaf
@ -164,7 +164,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"queries = json_gpt(QUERIES_INPUT)[\"queries\"]\n",
|
"queries = json_gpt(QUERIES_INPUT)[\"queries\"]\n",
|
||||||
"\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",
|
"queries.append(USER_QUESTION)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"queries\n"
|
"queries\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user