FoodHealthCheckerHF / appsettings.json
Yash Worlikar
Updated Missing Keys Handling
920638b
raw
history blame contribute delete
309 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AzureOpenAI": {
"DeploymentName": "",
"Endpoint": "",
"ApiKey": ""
},
"OpenAI": {
"ModelId": "",
"ApiKey": ""
},
"HFDuplicateSpace":""
}