Zack Saadioui
8/24/2024
1
langchain
1
2
bash
pip install langchain-openai
1
2
3
4
bash
export OPENAI_API_VERSION=2023-12-01-preview
export AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com
export AZURE_OPENAI_API_KEY=<your Azure OpenAI API key>
1
Cognitive Services OpenAI User
1
2
``
This simple code structures a conversation and sends it to the OpenAI model. The
1
message helps set a context for the assistant, while
Copyright © Arsturn 2024