-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Labels
need-more-infoExtra information or replay is neededExtra information or replay is needed
Description
I recently tried to update to v2025.30 and then v2025.31 but in both of these versions I am getting an error when trying to use the AI Assistant to generate the commit message.
Failed to generate commit message: System.ClientModel.ClientResultException: HTTP 404 (: 404)
Resource not found
at OpenAI.ClientPipelineExtensions.<ProcessMessageAsync>d__0.MoveNext() + 0x29a
--- End of stack trace from previous location ---
at OpenAI.Chat.ChatClient.<CompleteChatAsync>d__36.MoveNext() + 0x1ae
--- End of stack trace from previous location ---
at OpenAI.Chat.ChatClient.<>c__DisplayClass15_0.<<CompleteChatStreamingAsync>b__0>d.MoveNext() + 0x5d
--- End of stack trace from previous location ---
at OpenAI.AsyncSseUpdateCollection`1.<GetRawPagesAsync>d__10.MoveNext() + 0x77
--- End of stack trace from previous location ---
at System.ClientModel.AsyncCollectionResult`1.<GetAsyncEnumerator>d__1.MoveNext() + 0x5dd
--- End of stack trace from previous location ---
at System.ClientModel.AsyncCollectionResult`1.<GetAsyncEnumerator>d__1.MoveNext() + 0x7d4
--- End of stack trace from previous location ---
at SourceGit.Models.OpenAIService.<ChatAsync>d__22.MoveNext() + 0x539
--- End of stack trace from previous location ---
at SourceGit.Models.OpenAIService.<ChatAsync>d__22.MoveNext() + 0x84a
--- End of stack trace from previous location ---
at SourceGit.Commands.GenerateCommitMessage.<ExecAsync>d__2.MoveNext() + 0x228
If I roll back to v2025.29, everything works fine. I've confirmed that the AI config settings are the same in all of the versions.
Has something changed with the AI Assistant in these newer versions?
Metadata
Metadata
Assignees
Labels
need-more-infoExtra information or replay is neededExtra information or replay is needed