Update apis.ipynb (#10145)

few typo fixes
This commit is contained in:
Nino Risteski
2023-09-03 22:00:22 +02:00
committed by GitHub
parent 765ef3b486
commit f968b86652

View File

@@ -15,7 +15,7 @@
"\n",
"This can be very useful for retrieving context for the LLM to utilize.\n",
"\n",
"And, more generally, it allows us to interact with APIs using natural langugage! \n",
"And, more generally, it allows us to interact with APIs using natural language! \n",
" \n",
"\n",
"## Overview\n",
@@ -334,7 +334,7 @@
"source": [
"**Web requests**\n",
"\n",
"URL requets are such a common use-case that we have the `LLMRequestsChain`, which makes a HTTP GET request. "
"URL requests are such a common use-case that we have the `LLMRequestsChain`, which makes an HTTP GET request. "
]
},
{