Update apis.ipynb (#10145)

few typo fixes
pull/10152/head
Nino Risteski 1 year ago committed by GitHub
parent 765ef3b486
commit f968b86652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. "
]
},
{

Loading…
Cancel
Save