mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 15:33:11 +00:00
@@ -15,7 +15,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"This can be very useful for retrieving context for the LLM to utilize.\n",
|
"This can be very useful for retrieving context for the LLM to utilize.\n",
|
||||||
"\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",
|
||||||
"\n",
|
"\n",
|
||||||
"## Overview\n",
|
"## Overview\n",
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"**Web requests**\n",
|
"**Web requests**\n",
|
||||||
"\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