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

14 lines
275 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-08-02 16:20:21 +02:00
}