Commit Graph

6 Commits

Author SHA1 Message Date
31ae31643b Fix error handling for failed POST requests to infer API endpoints 2024-08-07 03:11:37 -07:00
20a30bd9ed Update README.md to include requirements for use. 2024-08-06 20:27:17 -07:00
323e37586f update README.md with improved code snippet example and aicommit alias
diff:
diff --git a/README.md b/README.md
index dfd36c8..2e3d77f 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,10 @@
 Instead of `git commit -m your message here`
 ```bash
+git commit -m your message here
 ```
 ```bash
+aicommit
+
```
2024-08-06 20:21:34 -07:00
f9d06244b1 Add README with usage instructions for AI commit message tool 2024-08-06 19:59:29 -07:00
704f4b6f05 Added API key validation to prevent unauthorized access 2024-08-06 19:53:52 -07:00
95aa730114 first 2024-08-06 19:53:06 -07:00