File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,3 @@ how-pr
3636
3737See example PR: https://github.com/j2nullify/ai-git-commit/pull/2
3838
39- ### Design Considerations
40-
41- Why not a "# List all files"?
42- - Often with CLI programs or instructions, many programs use "#" for commenting so I didn't end up choosing.
43-
44- Why Ollama?
45- - Your CLI shouldn't be fed into into non-local models where possible. Ollama's development team is also fairly impressive in their delivery
46- speed and quality of shipping making them a great tool choice.
47-
48- Why not use instructor?
49- - Instructor did not really fit this use case as LLMs tend to be able to reliably produce bash code snippets
50- with backticks.
51-
52- Why not use online LLMs?
53- - There are alternative solutions that do this already.
54-
55- Why not use LiteLLM?
56- - I liked the project but unfortunately it seemed a bit too unstable for this.
You can’t perform that action at this time.
0 commit comments