File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22 "IsEncrypted" : false ,
33 "Values" : {
44 "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
5+ "AzureWebJobsSecretStorageType" : " files" ,
56 "FUNCTIONS_WORKER_RUNTIME" : " python" ,
67 "PYTHON_ENABLE_WORKER_EXTENSIONS" : " True" ,
78 "TASKHUB_NAME" : " default" ,
1011 "COSMOS_CONTAINER_NAME" : " code-snippets" ,
1112 "BLOB_CONTAINER_NAME" : " snippet-backups" ,
1213 "EMBEDDING_MODEL_DEPLOYMENT_NAME" : " text-embedding-3-small" ,
13- "AGENTS_MODEL_DEPLOYMENT_NAME" : " gpt-4o" ,
14+ "AGENTS_MODEL_DEPLOYMENT_NAME" : " gpt-4o-mini " ,
1415 "COSMOS_ENDPOINT" : " https://<cosmos-account-name>.documents.azure.com:443/" ,
1516 "AZURE_OPENAI_ENDPOINT" : " https://<service-id>.openai.azure.com/" ,
16- "PROJECT_ENDPOINT" : " https://<ai-services-name>.services.ai.azure.com/api/projects/<project-name>"
17+ "PROJECT_ENDPOINT" : " https://<ai-services-name>.services.ai.azure.com/api/projects/<project-name>" ,
18+ "PYTHON_ISOLATE_WORKER_DEPENDENCIES" : " 1"
1719 }
1820}
You can’t perform that action at this time.
0 commit comments