Skip to main content

Azure

Azure OpenAI

Jupyter AI Agent supports models from Azure OpenAI.

Read the Azure Documentation to get the needed credentials and make sure you define them in the following environment variables.

export OPENAI_API_VERSION="..."
export AZURE_OPENAI_ENDPOINT="..."
export AZURE_OPENAI_API_KEY="..."