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

34 lines
871 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
},
2023-10-22 15:16:05 +02:00
"ImageModels": [
{
"Name": "Gen 6",
"StableDiffusionModel": "Nacken/Gen6",
"PromptFormat": "{0}"
},
{
"Name": "Der O.G.",
"StableDiffusionModel": "Nacken/ki-kunst-kirsten-kloeckner-colab",
"PromptFormat": "{0} kkkk"
},
{
"Name": "SDXL 18000",
"StableDiffusionModel": "Nacken/kkk-sdxl-18000",
"PromptFormat": "kkkk {0}"
}
],
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
}