We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6816 commit 309f24bCopy full SHA for 309f24b
README.md
@@ -1,2 +1,9 @@
1
# treeChecker
2
Check a direc-tree of files for red flags using OpenAI API compatible service
3
+
4
+It is a simple program that iterates recursively through a directory hierarchy and analyses each file (if its name matches
5
+the provided regex), by passing its contents along with the prompt to an LLM.
6
7
+See sample.sh for an example of how to invoke this.
8
9
+Note: You will need to either download treeChecker.jar from the releases, or build the project with IntelliJ.
0 commit comments