Initial commit

This commit is contained in:
Marco Minerva
2024-06-14 11:47:00 +02:00
parent 246bf56955
commit 9284ae5377
23 changed files with 905 additions and 16 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"ConnectionStrings": {
"SqlConnection": ""
},
"AzureOpenAI": {
"ChatCompletion": {
"Endpoint": "",
"Deployment": "",
"ApiKey": "",
"MaxTokens": 32768
},
"Embedding": {
"Endpoint": "",
"Deployment": "",
"ApiKey": "",
"MaxTokens": 8191
}
},
"AppSettings": {
"MessageLimit": 20,
"MessageExpiration": "00:05:00",
"StoragePath": "",
"VectorDbPath": "",
"QueuePath": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"https_port": 443,
"AllowedHosts": "*"
}