Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cecheta committed May 13, 2024
1 parent 04421ce commit aab3071
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def app_config(make_httpserver, ca):
"AZURE_CONTENT_SAFETY_ENDPOINT": f"https://localhost:{make_httpserver.port}/",
"AZURE_SPEECH_REGION_ENDPOINT": f"https://localhost:{make_httpserver.port}/",
"AZURE_STORAGE_ACCOUNT_ENDPOINT": f"https://localhost:{make_httpserver.port}/",
# TODO: Retrieve config from mocked storage with `orchestrator` set to `semantic_kernel`, instead of creating new server
"LOAD_CONFIG_FROM_BLOB_STORAGE": "False",
"ORCHESTRATION_STRATEGY": "semantic_kernel",
"SSL_CERT_FILE": ca_temp_path,
Expand Down

0 comments on commit aab3071

Please sign in to comment.