Conversation
…ge source enable/disable functionality
…ith cycling pause during editing
…nd greatly image config page
| @@ -0,0 +1,17 @@ | |||
| name: GPT Commits summarizer | |||
| @@ -50,6 +50,8 @@ bool randomOrderEnabled = false; | |||
| int currentImageIndex = 0; | |||
| @@ -9,8 +9,8 @@ | |||
| #define BUILD_TIME __TIME__ | |||
| @@ -48,10 +48,14 @@ void ConfigStorage::setDefaults() { | |||
| // Initialize with default image sources from config.cpp | |||
| @@ -48,6 +48,7 @@ class ConfigStorage { | |||
| void setDefaultOffsetX(int offset); | |||
| @@ -1054,6 +1054,71 @@ float getImageRotation(int index); | |||
| void copyDefaultsToImageTransform(int index); | |||
| @@ -51,6 +51,10 @@ bool WebConfig::begin(int port) { | |||
| server->on("/api/update-transform", HTTP_POST, [this]() { handleUpdateImageTransform(); }); | |||
| @@ -55,6 +55,10 @@ class WebConfig { | |||
| void handleUpdateImageTransform(); | |||
| @@ -126,6 +126,10 @@ void WebConfig::handleSaveConfig() { | |||
| unsigned long interval = value.toInt() * 1000UL; | |||
| @@ -57,9 +57,9 @@ body{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif | |||
| .card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.4);border-color:#475569} | |||
| @@ -19,27 +19,17 @@ String WebConfig::generateMainPage() { | |||
| html += "<div class='stat-value'>" + formatUptime(millis()) + "</div>"; | |||
|
GPT summary of 177d261: Error: couldn't generate summary |
|
GPT summary of cebc9ea: Error: couldn't generate summary |
|
GPT summary of c57d2ec: Error: couldn't generate summary |
|
GPT summary of fec5cd9: Error: couldn't generate summary |
|
GPT summary of e9eed5c: Error: couldn't generate summary PR summary so far: Error: couldn't generate summary |
GitHub Actions Workflow Failure AnalysisThe GPT commit summarizer workflow (run #20220087964) is failing because it's using the deprecated OpenAI model Root CauseThe SolutionThe
Recommended FixSince the
The workflow technically "succeeded" (exit code 0) but failed to generate any useful summaries, which is why all comments show "Error: couldn't generate summary". |
No description provided.