-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
70 lines (70 loc) · 1.6 KB
/
params.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"required": {
"value": {
"location": "",
"serviceAlias": "tabbyml",
"tags": {
"CreatedBy": ""
}
}
},
"storageAccountParams": {
"value": {
"name": "",
"skuName": "Standard_LRS",
"containerAppFileSharesName": "container-app-volume-mounts"
}
},
"managedEnvironmentParams": {
"value": {
"name": ""
}
},
"managedEnvironmentStorageParams": {
"value": {
"name": ""
}
},
"containerAppParams": {
"value": {
"name": "",
"volumeName": "tabbyml-volume-mount",
"registeryImage": "registry.tabbyml.com/tabbyml/tabby:0.24.0-rc.0",
"cpu": "0.25",
"memory": ".5Gi"
}
},
"cognitiveServicesAccountParams": {
"value": {
"name": "test",
"location": "eastus",
"skuName": "S0"
}
},
"chatCompletionDeploymentParams": {
"value": {
"name": "",
"skuName": "Standard",
"capacity": 8,
"currentCapacity": 8,
"modelName": "gpt-4o",
"modelFormat": "OpenAI",
"modelVersion": "2024-08-06"
}
},
"embeddingDeploymentParams": {
"value": {
"name": "",
"skuName": "Standard",
"capacity": 350,
"currentCapacity": 350,
"modelName": "text-embedding-3-large",
"modelFormat": "OpenAI",
"modelVersion": "1"
}
}
}
}