File tree 2 files changed +2
-15
lines changed 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,12 @@ param principalId string = ''
17
17
18
18
@minLength (1 )
19
19
@description ('Location for the OpenAI resource' )
20
+ // Look for gpt-35-turbo 0125 on the availability table:
20
21
// https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#standard-deployment-model-availability
21
22
@allowed ([
22
- 'australiaeast'
23
- 'brazilsouth'
24
23
'canadaeast'
25
- 'eastus'
26
- 'eastus2'
27
- 'francecentral'
28
- 'japaneast'
29
24
'northcentralus'
30
- 'norwayeast'
31
- 'southafricanorth'
32
25
'southcentralus'
33
- 'southindia'
34
- 'swedencentral'
35
- 'switzerlandnorth'
36
- 'uksouth'
37
- 'westeurope'
38
- 'westus'
39
26
])
40
27
@metadata ({
41
28
azd : {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
- python3 -m gunicorn fastapi_app:create_app ()
3
+ python3 -m gunicorn " fastapi_app:create_app()"
You can’t perform that action at this time.
0 commit comments