KI-Kunst-Kirsten-Kloeckner/KIKunstKirstenKlöckner/appsettings.json

18 lines
436 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"API": {
"OpenAI": "<put OpenAI Key here>",
"HF_Inference": "<put Hugging Face inference API Key here>"
},
"StableDiffusionModel": "Nacken/kkk-sdxl-18000",
"ConnectionStrings": {
"Default": "<put Connection String here>"
}
}