mirror of
https://github.com/microsoft/AI-Red-Teaming-Playground-Labs.git
synced 2026-09-23 17:30:49 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user