File tree Expand file tree Collapse file tree 3 files changed +801
-7
lines changed
Expand file tree Collapse file tree 3 files changed +801
-7
lines changed Original file line number Diff line number Diff line change 1717 }
1818 }
1919 ]
20- },
20+ },
2121 "environmentName" : {
2222 "value" : " ${AZURE_ENV_NAME}"
2323 },
2828 "value" : " ${AZURE_ENV_OPENAI_LOCATION}"
2929 },
3030 "modelDeploymentType" : {
31- "value" : " ${AZURE_ENV_MODEL_DEPLOYMENT_TYPE}"
32- },
33- "gptModelName" : {
3431 "value" : " ${AZURE_ENV_MODEL_NAME}"
3532 },
3633 "gptModelVersion" : {
4542 "imageTag" : {
4643 "value" : " ${AZURE_ENV_IMAGE_TAG}"
4744 },
48- "enableTelemetry " : {
49- "value" : " ${AZURE_ENV_ENABLE_TELEMETRY }"
45+ "useWafAlignedArchitecture " : {
46+ "value" : " ${USE_WAF_ALIGNED_ARCHITECTURE }"
5047 },
5148 "existingLogAnalyticsWorkspaceId" : {
5249 "value" : " ${AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID}"
Original file line number Diff line number Diff line change @@ -4,4 +4,11 @@ version = "0.1.0"
44description = " Add your description here"
55readme = " README.md"
66requires-python = " >=3.11"
7- dependencies = []
7+ dependencies = [
8+ " azure-identity>=1.23.1" ,
9+ " fastapi>=0.116.1" ,
10+ " jinja2>=3.1.6" ,
11+ " python-dotenv>=1.1.1" ,
12+ " python-multipart>=0.0.20" ,
13+ " uvicorn[standard]>=0.35.0" ,
14+ ]
You can’t perform that action at this time.
0 commit comments