Skip to content

Snd#122

Closed
chvvkumar wants to merge 5 commits intoDevfrom
snd
Closed

Snd#122
chvvkumar wants to merge 5 commits intoDevfrom
snd

Conversation

@chvvkumar
Copy link
Copy Markdown
Owner

No description provided.

@@ -0,0 +1,17 @@
name: GPT Commits summarizer
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of None - 4fe4ab:
Error: couldn't generate summary

@@ -50,6 +50,8 @@ bool randomOrderEnabled = false;
int currentImageIndex = 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 11274b - 51c2c8:
Error: couldn't generate summary

Comment thread build_info.h
@@ -9,8 +9,8 @@
#define BUILD_TIME __TIME__
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 3c7b1f - 237c75:
Error: couldn't generate summary

Comment thread config_storage.cpp
@@ -48,10 +48,14 @@ void ConfigStorage::setDefaults() {
// Initialize with default image sources from config.cpp
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 6c61e3 - 5a7a29:
Error: couldn't generate summary

Comment thread config_storage.h
@@ -48,6 +48,7 @@ class ConfigStorage {
void setDefaultOffsetX(int offset);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 5257ce - e80156:
Error: couldn't generate summary

Comment thread docs/API_REFERENCE.md
@@ -1054,6 +1054,71 @@ float getImageRotation(int index);
void copyDefaultsToImageTransform(int index);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 58e8f0 - 6e1ca4:
Error: couldn't generate summary

Comment thread web_config.cpp
@@ -51,6 +51,10 @@ bool WebConfig::begin(int port) {
server->on("/api/update-transform", HTTP_POST, [this]() { handleUpdateImageTransform(); });
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of cbe853 - 649c06:
Error: couldn't generate summary

Comment thread web_config.h
@@ -55,6 +55,10 @@ class WebConfig {
void handleUpdateImageTransform();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 55f9f8 - c34382:
Error: couldn't generate summary

Comment thread web_config_api.cpp
@@ -126,6 +126,10 @@ void WebConfig::handleSaveConfig() {
unsigned long interval = value.toInt() * 1000UL;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of c5d402 - 857339:
Error: couldn't generate summary

Comment thread web_config_html.h
@@ -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}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 72d06a - ba1b2b:
Error: couldn't generate summary

Comment thread web_config_pages.cpp
@@ -19,27 +19,17 @@ String WebConfig::generateMainPage() {
html += "<div class='stat-value'>" + formatUptime(millis()) + "</div>";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 4054b3 - 153e21:
Error: couldn't generate summary

@github-actions
Copy link
Copy Markdown
Contributor

GPT summary of 177d261:

Error: couldn't generate summary

@github-actions
Copy link
Copy Markdown
Contributor

GPT summary of cebc9ea:

Error: couldn't generate summary

@github-actions
Copy link
Copy Markdown
Contributor

GPT summary of c57d2ec:

Error: couldn't generate summary

@github-actions
Copy link
Copy Markdown
Contributor

GPT summary of fec5cd9:

Error: couldn't generate summary

@github-actions
Copy link
Copy Markdown
Contributor

GPT summary of e9eed5c:

Error: couldn't generate summary

PR summary so far:

Error: couldn't generate summary

@chvvkumar
Copy link
Copy Markdown
Owner Author

GitHub Actions Workflow Failure Analysis

The GPT commit summarizer workflow (run #20220087964) is failing because it's using the deprecated OpenAI model text-davinci-003.

Root Cause

Error: Request failed with status code 404
url: 'https://api.openai.com/v1/completions'
model: "text-davinci-003"

The text-davinci-003 model was deprecated by OpenAI and the /v1/completions endpoint no longer supports it.

Solution

The KanHarI/gpt-commit-summarizer@master action needs to be updated to use a modern OpenAI model. You have two options:

  1. Use a different action - Consider switching to a maintained alternative like:

    • github/issue-summarization@v1
    • openai/chatgpt-retrieval-plugin
  2. Fork and update the action - Update the hardcoded model in the action to use gpt-4 or gpt-3.5-turbo with the /v1/chat/completions endpoint

Recommended Fix

Since the KanHarI/gpt-commit-summarizer action appears unmaintained (still using deprecated models), I recommend:

  • Removing or disabling this workflow until a maintained alternative is found
  • Or updating to use GitHub Copilot's native PR summarization features (if available in your plan)

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".

@chvvkumar chvvkumar closed this Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant