Initial import into Gitea
This commit is contained in:
25
Creative/appsettings.json
Normal file
25
Creative/appsettings.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user