瀏覽代碼

Update PR number

Chester Hu 1 年之前
父節點
當前提交
348d47fe6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      demo_apps/Azure_API_example/azure_api_example.ipynb

+ 1 - 1
demo_apps/Azure_API_example/azure_api_example.ipynb

@@ -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",
     "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",
     "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",
     "\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",
     "\n",
     "First, let's install dependencies: \n",
     "First, let's install dependencies: \n",
     "\n"
     "\n"