mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 22:42:05 +00:00
@@ -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. "
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user