Skip to content

Commit 1fc10a9

Browse files
committed
Update README
1 parent 666fb60 commit 1fc10a9

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

README.md

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,11 @@ This provides a proxy server application of Azure OpenAI Service API that round-
44

55
## Prerequisites
66

7-
- .NET SDK 8.0.100 or later + Aspire workload
8-
- Visual Studio 2022 17.9+ or Visual Studio Code + C# DevKit
7+
- .NET SDK 8.0.300 or later + Aspire workload
8+
- Visual Studio 2022 17.10+ or Visual Studio Code + C# DevKit
99
- Azure Subscription
1010
- Azure OpenAI Subscription
1111

1212
## Getting Started
1313

14-
1. Run PowerShell script to prepare AOAI instance locations and models – `ADA`, `GPT 3.5 Turbo 16K`, `GPT 4 32K` and `DALL-E 3`.
15-
16-
```powershell
17-
$RESOURCE_GROUP_LOCATION = "{{ RESOURCE_GROUP_LOCATION }}"
18-
$AZURE_ENV_NAME = "{{ AZURE_ENVIRONMENT_NAME }}"
19-
20-
# Text embedding with Ada
21-
./biceps/Get-OpenAILocations.ps1 -ResourceGroupLocation $RESOURCE_GROUP_LOCATION -AzureEnvironmentName $AZURE_ENV_NAME -ModelName "text-embedding-ada-002" -ModelVersion "2"
22-
23-
# GPT 3.5 Turbo 16K
24-
./biceps/Get-OpenAILocations.ps1 -ResourceGroupLocation $RESOURCE_GROUP_LOCATION -AzureEnvironmentName $AZURE_ENV_NAME -ModelName "gpt-35-turbo-16k" -ModelVersion "0613"
25-
26-
# GPT 4 32K
27-
./biceps/Get-OpenAILocations.ps1 -ResourceGroupLocation $RESOURCE_GROUP_LOCATION -AzureEnvironmentName $AZURE_ENV_NAME -ModelName "gpt-4-32k" -ModelVersion "0613"
28-
29-
# DALL-E 3.0
30-
./biceps/Get-OpenAILocations.ps1 -ResourceGroupLocation $RESOURCE_GROUP_LOCATION -AzureEnvironmentName $AZURE_ENV_NAME -ModelName "dall-e-3" -ModelVersion "3.0"
31-
```
32-
33-
1. azd init
34-
1. azd provision
35-
1. azd pipeline config
36-
1. Set-GitHubActionsVariables.ps1
37-
1. Run-PostProvision.ps1
38-
1. azd deploy
39-
40-
1. Create a new event
41-
1. Create a new access code that belongs to the event
42-
43-
1. azd down
44-
1. Purge-CognitiveServices.ps1
45-
14+
TBD

0 commit comments

Comments
 (0)