Skip to content

Commit 6666666

Browse files
committed
docs(llm): add configuration options to README.md
- Add `llm-max-diff-lines` option for better diff visualization - Remove `llm-api-debug` to enhance user experience Signed-off-by: kovacs <mritd@linux.com>
1 parent 6666666 commit 6666666

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,13 @@ All settings are configured via `~/.gitconfig` under the `[gitflow]` section.
139139
llm-model = mistralai/devstral-2512:free
140140
llm-temperature = 0.3
141141
llm-diff-context = 5
142+
llm-max-diff-lines = 500
142143
llm-request-timeout = 2m
143144
llm-max-retries = 0
144145
llm-output-lang = en
145146
llm-max-concurrency = 3
146-
147+
llm-api-debug = false
148+
147149
# Custom prompts (optional, language-specific)
148150
llm-file-analysis-prompt = "Summarize this diff briefly."
149151
llm-commit-prompt-en = "Your custom English commit prompt."

0 commit comments

Comments
 (0)