Skip to content

Commit 760994e

Browse files
committed
remove old README
1 parent 7491579 commit 760994e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,3 @@ how-pr
3636

3737
See 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.

0 commit comments

Comments
 (0)