Skip to content

Commit

Permalink
Merge branch 'main' into docs/2
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 17, 2024
2 parents ee0f441 + 2a11a22 commit 793f56c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/models/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@ import DocCardList from '@theme/DocCardList';

# Models

Jupyter AI Agent currently supports models from [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service).

Read the [Azure Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai) to get the needed credentials and make sure you define them in the following environment variables.

```bash
export OPENAI_API_VERSION="..."
export AZURE_OPENAI_ENDPOINT="..."
export AZURE_OPENAI_API_KEY="..."
```

<DocCardList />

0 comments on commit 793f56c

Please sign in to comment.