File tree Expand file tree Collapse file tree 1 file changed +3
-34
lines changed Expand file tree Collapse file tree 1 file changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -4,42 +4,11 @@ This provides a proxy server application of Azure OpenAI Service API that round-
4
4
5
5
## Prerequisites
6
6
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
9
9
- Azure Subscription
10
10
- Azure OpenAI Subscription
11
11
12
12
## Getting Started
13
13
14
- 1 . Run PowerShell script to prepare AOAI instance locations and models &ndash ; ` 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
You can’t perform that action at this time.
0 commit comments