Skip to content

Commit

Permalink
Remove openai pre-req from readme (Azure-Samples#410)
Browse files Browse the repository at this point in the history
* Remove openai pre-req from readme

- These resources are now created when running `azd up`
- This change was made in Azure-Samples#113 but this section of the README was missed

* OpenAI Approval
  • Loading branch information
adamdougal authored Mar 13, 2024
1 parent 8ecb8c3 commit 291ea97
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,7 @@ Learn more about deploying the Teams extension [here](./docs/TEAMS_EXTENSION.md)
## Deploy
### Pre-requisites
- Azure subscription - [Create one for free](https://azure.microsoft.com/free/) with owner access.
- An [Azure OpenAI resource](https://learn.microsoft.com/azure/ai-services/openai/how-to/create-resource?pivots=web-portal) and a deployment for one of the following Chat model and an embedding model:
* Chat Models
* GPT-3.5
* GPT-4
* Embedding Model
* text-embedding-ada-002

**Note**: The deployment template defaults to **gpt-35-turbo** and **text-embedding-ada-002**. If your deployment names are different, update them in the deployment process.

- Approval to use Azure OpenAI services with your Azure subcription. To apply for approval, see [here](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai).
- [Enable custom Teams apps and turn on custom app uploading](https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading) (optional: Teams extension only)

### Products used
Expand Down

0 comments on commit 291ea97

Please sign in to comment.