cuts trailing spaces

pull/519/head
Ted Sanders 1 year ago
parent 3e997b3214
commit 08d2cd6732

@ -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",

Loading…
Cancel
Save