Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gpt-commit.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"API endpoint for GPT chat completions.")


(defconst gpt-commit-system-prompt-en
(defvar gpt-commit-system-prompt-en
"The user provides the result of running `git diff --cached`. You suggest a conventional commit message. Don't add anything else to the response. The following describes conventional commits.

# Conventional Commits 1.0.0
Expand Down