Skip to content

Instantly share code, notes, and snippets.

@delorenj
Created January 20, 2025 14:05
Show Gist options
  • Save delorenj/c1bbb379ce1674a1afe703628b166d58 to your computer and use it in GitHub Desktop.
Save delorenj/c1bbb379ce1674a1afe703628b166d58 to your computer and use it in GitHub Desktop.
{
"AI": {
"provider": "openai",
"model_id": "gpt-4o-mini",
"max_tokens": 300,
"temperature": 0.3,
"user_prompt": "Generate a concise and informative commit message based on the following git diff:\n\n{diff}",
"system_prompt": "You are an AI assistant helping to generate Git commit messages."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment