cuts trailing spaces

This commit is contained in:
Ted Sanders 2023-06-16 16:07:35 -07:00
parent 3e997b3214
commit 08d2cd6732

View File

@ -151,10 +151,10 @@
],
"source": [
"QUERIES_INPUT = f\"\"\"\n",
"Generate an array of search queries that are relevant to this question. \n",
"Generate an array of search queries that are relevant to this question.\n",
"Use a variation of related keywords for the queries, trying to be as general as possible.\n",
"Include as many queries as you can think of, including and excluding terms. \n",
"For example, include queries like ['keyword_1 keyword_2', 'keyword_1', 'keyword_2']. \n",
"Include as many queries as you can think of, including and excluding terms.\n",
"For example, include queries like ['keyword_1 keyword_2', 'keyword_1', 'keyword_2'].\n",
"Be creative. The more queries you include, the more likely you are to find relevant results.\n",
"\n",
"User question: {USER_QUESTION}\n",