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

18 lines
436 B
JSON
Raw Normal View History

2023-08-02 16:20:21 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-08-05 01:40:55 +02:00
"AllowedHosts": "*",
"API": {
"OpenAI": "<put OpenAI Key here>",
"HF_Inference": "<put Hugging Face inference API Key here>"
2023-10-10 16:21:00 +02:00
},
"StableDiffusionModel": "Nacken/kkk-sdxl-18000",
2023-10-10 16:21:00 +02:00
"ConnectionStrings": {
"Default": "<put Connection String here>"
2023-08-05 01:40:55 +02:00
}
2023-08-02 16:20:21 +02:00
}