mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update the actual number of results used in generating the final answer (#587)
The comment mentions 20, but it actually uses 5
This commit is contained in:
parent
e4c4d3baa9
commit
5c1d46ade7
@ -448,7 +448,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Awesome! These results look a lot more relevant to our original query. Now, let's use the top 20 results to generate a final answer.\n",
|
||||
"Awesome! These results look a lot more relevant to our original query. Now, let's use the top 5 results to generate a final answer.\n",
|
||||
"\n",
|
||||
"## 3. Answer\n"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user