Skip to content

Commit 83c2c24

Browse files
Merge pull request #269003 from cmcclister/Broken-link-fix-jiaochenlu
Broken Links Fixed
2 parents 2abe9e1 + ec49d97 commit 83c2c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/prompt-flow/how-to-integrate-with-langchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then you can create a [prompt flow runtime](./how-to-create-manage-runtime.md) b
5555

5656
### Convert credentials to prompt flow connection
5757

58-
When developing your LangChain code, you might have [defined environment variables to store your credentials, such as the AzureOpenAI API KEY](https://python.langchain.com/docs/integrations/llms/azure_openai_example), which is necessary for invoking the AzureOpenAI model.
58+
When developing your LangChain code, you might have [defined environment variables to store your credentials, such as the AzureOpenAI API KEY](https://python.langchain.com/docs/integrations/llms/azure_openai), which is necessary for invoking the AzureOpenAI model.
5959

6060
:::image type="content" source="./media/how-to-integrate-with-langchain/langchain-env-variables.png" alt-text="Screenshot of Azure OpenAI example in LangChain. " lightbox = "./media/how-to-integrate-with-langchain/langchain-env-variables.png":::
6161

0 commit comments

Comments
 (0)