You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an OpenAI-compatible provider (Groq in my case), the AI commit message generation fails with HTTP 400 because SourceGit is sending enable_thinking in the request body, which Groq does not support.
When using an OpenAI-compatible provider (Groq in my case), the AI commit message generation fails with HTTP 400 because SourceGit is sending
enable_thinkingin the request body, which Groq does not support.