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
Contains prompt templates and message configurations. **Safe to share in dotfiles and Git.**
88
+
89
+
This file is automatically created on first run with sensible defaults:
90
+
91
+
```yaml
92
+
system_message: "You are a helpful assistant that generates git commit messages."
93
+
commit_message_template: "Based on the following git diff, generate 10 conventional commit messages. Each message should be on a new line, without any numbering or bullet points:\n\n%s"
94
+
```
95
+
96
+
83
97
### Custom Endpoints
84
98
85
99
You can configure custom API endpoints for any provider, which is useful for:
0 commit comments