{ "ConnectionStrings": { "SqlConnection": "" }, "AzureOpenAI": { "ChatCompletion": { "Endpoint": "", "Deployment": "", "ApiKey": "" }, "Embedding": { "Endpoint": "", "Deployment": "", "ApiKey": "" } }, "AppSettings": { "MaxTokenPerLine": 300, "MaxTokensPerParagraph": 1024, "OverlapTokens": 100, "MaxChunksCount": 5, "MessageLimit": 20, "MessageExpiration": "00:05:00" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "https_port": 443, "AllowedHosts": "*" }