Skip to content

Commit 36b6767

Browse files
authored
Merge pull request #67 from Azure-Samples/chore/sync-local-settings-example
chore: sync local.settings.example.json with current configuration
2 parents a250791 + fe010c3 commit 36b6767

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/local.settings.example.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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",
@@ -10,9 +11,10 @@
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
}

0 commit comments

Comments
 (0)