소스 검색

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",
     "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"