mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-04 06:00:33 +00:00
Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582)
futher -> further
This commit is contained in:
parent
cd62830788
commit
e983502569
@ -207,7 +207,7 @@
|
||||
"\n",
|
||||
"# All the examples come from https://ai.google.com/research/NaturalQuestions\n",
|
||||
"# This is a sample of the training set that we download and extract for some\n",
|
||||
"# futher processing.\n",
|
||||
"# further processing.\n",
|
||||
"wget.download(\"https://storage.googleapis.com/dataset-natural-questions/questions.json\")\n",
|
||||
"wget.download(\"https://storage.googleapis.com/dataset-natural-questions/answers.json\")"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user