Created
January 20, 2025 14:05
-
-
Save delorenj/c1bbb379ce1674a1afe703628b166d58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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