|
@@ -329,7 +329,7 @@
|
|
|
"One common solution here is to create your customized LLM instance, so you can add it to various chains to complete different tasks. \n",
|
|
|
"In this example, we will use `AzureMLOnlineEndpoint` class LangChain provided to build this customized LLM instance. This particular class is designed to take in Azure endpoint and API keys as inputs and wired it with HTTP calls. So the underlying of it is very similar to how we used `urllib.request` library to send RESTful calls in previous examples to Azure Endpoint. \n",
|
|
|
"\n",
|
|
|
- "Note Azure is working on a standard solution for LangChain integration in this [PR](https://github.com/langchain-ai/langchain/pull/14481), you should consider migrating to that in the future. \n",
|
|
|
+ "Note Azure is working on a standard solution for LangChain integration in this [PR](https://github.com/langchain-ai/langchain/pull/14560), you should consider migrating to that in the future. \n",
|
|
|
"\n",
|
|
|
"First, let's install dependencies: \n",
|
|
|
"\n"
|