Skip to content

Commit 0bc5828

Browse files
authored
Merge pull request #15 from Azure-Samples/template
Add features to README
2 parents 796c89c + 2f4d671 commit 0bc5828

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ urlFragment: azure-openai-keyless-python
1919
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/azure-openai-keyless-python)
2020

2121
The purpose of this repository is to provision an Azure OpenAI account with an RBAC role permission for your user account to access,
22-
so that you can use the OpenAI API SDKs with keyless (Entra) authentication. By default, the account will include a gpt-3.5 model, but you can modify `infra/main.bicep` to deploy other models instead.
22+
so that you can use the OpenAI API SDKs with keyless (Entra) authentication.
2323

24+
* [Features](#features)
2425
* [Getting started](#getting-started)
2526
* [GitHub Codespaces](#github-codespaces)
2627
* [VS Code Dev Containers](#vs-code-dev-containers)
@@ -32,6 +33,13 @@ so that you can use the OpenAI API SDKs with keyless (Entra) authentication. By
3233
* [Security guidelines](#security-guidelines)
3334
* [Resources](#resources)
3435

36+
## Features
37+
38+
* Provisions an Azure OpenAI account with keyless authentication enabled
39+
* Grants the "Cognitive Services OpenAI User" RBAC role to your user account
40+
* Deploys a gpt-3.5 model by default, but you can modify the [Bicep template](infra/main.bicep) to deploy other models
41+
* Example script uses the [openai](https://pypi.org/project/openai/) Python package to make a request to the Azure OpenAI API
42+
3543
## Getting started
3644

3745
You have a few options for getting started with this template.

0 commit comments

Comments
 (0)