From ca00098af4b34da51382d7f5e58cff53f01870fb Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:24:48 -0700 Subject: specify the model --- configs/llm/templates/commit-prompt.yaml | 1 + configs/llm/templates/pr-prompt.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'configs/llm') diff --git a/configs/llm/templates/commit-prompt.yaml b/configs/llm/templates/commit-prompt.yaml index ebb3808..f9a2752 100644 --- a/configs/llm/templates/commit-prompt.yaml +++ b/configs/llm/templates/commit-prompt.yaml @@ -1,3 +1,4 @@ +model: claude-3.7-sonnet prompt: > Write a concise, informative commit message for these changes: - Review the whole context of the diff carefully to see what effect the change would have on the rest of the code and explain that. Be specific about the effect. diff --git a/configs/llm/templates/pr-prompt.yaml b/configs/llm/templates/pr-prompt.yaml index 4c13c0d..53671ba 100644 --- a/configs/llm/templates/pr-prompt.yaml +++ b/configs/llm/templates/pr-prompt.yaml @@ -1,3 +1,4 @@ +model: claude-3.7-sonnet prompt: > Write a clear, informative pull request message in markdown: -- cgit v1.2.3