Skip to content

Commit

Permalink
Code fence with spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed Dec 17, 2024
1 parent d9a060e commit 115a1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/instructions/07-02-generate-and-store-vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ The Python SDK for Azure OpenAI provides access to both synchronous and asynchro

2. To use the asychronous Azure OpenAI SDK for Python, import the library by adding the following code to the top of the `main.py` file:

```python
from openai import AsyncAzureOpenAI
```
```python
from openai import AsyncAzureOpenAI
```

3. You will be accessing Azure OpenAI and Cosmos DB asynchronously using Azure authentication and the Entra ID RBAC roles you previously assigned to your user identity. Add the following line below the `openai` import statement at the top of the file to import the required classes from the `azure-identity` library:

Expand Down

0 comments on commit 115a1cb

Please sign in to comment.