cuts trailing spaces

pull/1077/head
Ted Sanders 1 year ago
parent cb1986a398
commit 0fb6c1438e

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