diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 09:37:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 09:37:26 -0700 |
| commit | ca1aa05ba5c1251695dfaa81b3d1fd4d1c2a03fe (patch) | |
| tree | 6aa275d3b335d354389e284a6d8d9ea9c94b0a86 /configs/users/fcuny/llm/templates/pr-prompt.yaml | |
| parent | move each machine configuration to a folder (diff) | |
| download | infra-ca1aa05ba5c1251695dfaa81b3d1fd4d1c2a03fe.tar.gz | |
delete LLM related stuff for now
Diffstat (limited to 'configs/users/fcuny/llm/templates/pr-prompt.yaml')
| -rw-r--r-- | configs/users/fcuny/llm/templates/pr-prompt.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/users/fcuny/llm/templates/pr-prompt.yaml b/configs/users/fcuny/llm/templates/pr-prompt.yaml deleted file mode 100644 index 53671ba..0000000 --- a/configs/users/fcuny/llm/templates/pr-prompt.yaml +++ /dev/null @@ -1,15 +0,0 @@ -model: claude-3.7-sonnet -prompt: > - Write a clear, informative pull request message in markdown: - - * Start with a summary - * Remember to mention the files that were changed, and what was changed - * Explain the 'why' behind changes - * Include a bulleted list to outline all of the changes - * If there are no changes, or the input is blank - then return a blank string - - Think carefully before you write your pull request body. - - What you write will be passed to create a github pull request - - Text to use for the pull request message: $input |
