mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
cuts trailing spaces
This commit is contained in:
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…
x
Reference in New Issue
Block a user