Skip to content

Repository files navigation

🔐 User Secrets Configuration

To run this application locally, you’ll need to set up user secrets with the following keys:

Example secrets.json

{
  "SearchServiceEndPoint": "https://your-endpoint.search.windows.net",
  "SearchApiKey": "",
  "AzureOpenAIEndpoint": "https://your-endpoint.cognitiveservices.azure.com/",
  "AzureOpenAIKey": "",
  "SearchIndexName": "default",
  "EmbeddingDeploymentName": "text-embedding-ada-002",
  "ChatDeploymentName": "gpt-4o",
  "ConfluenceOrg": "your-org"
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages