Initial import into Gitea

This commit is contained in:
Grae Jones
2026-03-14 13:50:09 -07:00
parent 8e7e03702e
commit 34c1f09e01
154 changed files with 17666 additions and 1548 deletions

25
Creative/appsettings.json Normal file
View 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"
}
}