26 lines
507 B
JSON
26 lines
507 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"InternalKey": "",
|
|
|
|
"Creative": {
|
|
"EnableRealApi": false,
|
|
"OpenAiApiKey": "",
|
|
"OpenAiModel": "gpt-4o-mini",
|
|
"OpenAiMaxTokens": 1000,
|
|
"ScrapeTimeoutSeconds": 15,
|
|
"OpenAiTimeoutSeconds": 30,
|
|
"ImageProvider": "emulated",
|
|
"UnsplashAccessKey": "",
|
|
"ImageCount": 3,
|
|
"DalleModel": "dall-e-3",
|
|
"DalleSize": "1024x1024"
|
|
}
|
|
}
|