mirror of
https://github.com/microsoft/AI-Red-Teaming-Playground-Labs.git
synced 2026-02-12 17:22:49 +00:00
23 lines
821 B
Plaintext
23 lines
821 B
Plaintext
# Backend authentication via Azure AD
|
|
# Refer to https://github.com/microsoft/chat-copilot#optional-enable-backend-authentication-via-azure-ad
|
|
Authentication__AzureAd__ClientId=
|
|
Authentication__AzureAd__TenantId=
|
|
Frontend__AadClientId=
|
|
|
|
# Azure speech settings
|
|
AzureSpeech__Region=
|
|
AzureSpeech__Key=
|
|
|
|
# Azure OpenAI embedding settings
|
|
SemanticMemory__Services__AzureOpenAIEmbedding__Deployment=
|
|
SemanticMemory__Services__AzureOpenAIEmbedding__Endpoint=
|
|
SemanticMemory__Services__AzureOpenAIEmbedding__APIKey=
|
|
|
|
# Azure OpenAI text settings
|
|
SemanticMemory__Services__AzureOpenAIText__Deployment=
|
|
SemanticMemory__Services__AzureOpenAIText__Endpoint=
|
|
SemanticMemory__Services__AzureOpenAIText__APIKey=
|
|
|
|
# Azure blobs settings
|
|
SemanticMemory__Services__AzureBlobs__Auth=
|
|
SemanticMemory__Services__AzureBlobs__ConnectionString= |