mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Fix typo in Question_answering_using_a_search_API.ipynb (#539)
"This answer which will be used to..." --> "This answer will be used to..."
This commit is contained in:
parent
411068e736
commit
b587f9b3d5
@ -315,7 +315,7 @@
|
||||
],
|
||||
"source": [
|
||||
"HA_INPUT = f\"\"\"\n",
|
||||
"Generate a hypothetical answer to the user's question. This answer which will be used to rank search results. \n",
|
||||
"Generate a hypothetical answer to the user's question. This answer will be used to rank search results. \n",
|
||||
"Pretend you have all the information you need to answer, but don't use any actual facts. Instead, use placeholders\n",
|
||||
"like NAME did something, or NAME said something at PLACE. \n",
|
||||
"\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user