You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# AutoDoc - Git to Report 📚
2
2
3
3
**AutoDoc** is a simple but powerful multiplatform tool that automatically analyzes Git commits and generates structured daily CSV reports.
4
-
It leverages [LM Studio](https://lmstudio.ai/) as the AI engine to transform commit history into meaningful documentation with context-aware summaries.
4
+
It leverages AI to transform commit history into meaningful documentation with context-aware summaries.
5
5
6
6
---
7
7
@@ -19,7 +19,7 @@ It leverages [LM Studio](https://lmstudio.ai/) as the AI engine to transform com
19
19
- Each part is sent to the model for structured summarization.
20
20
21
21
4.**AI Integration**
22
-
-Uses LM Studio's local API (`/v1/chat/completions`).
22
+
-Can use OpenAI APIs like (`/v1/chat/completions`).
23
23
- Automatically retries failed requests and waits between calls to avoid memory overload.
24
24
25
25
5.**CSV Generation**
@@ -39,22 +39,24 @@ All settings are handled in the `appsettings.json` file:
0 commit comments