[Proof of concept stage]
Use LLM to check source code (codebase) for potentially unwanted behaviors.
python 11
pip install requestsThis project uses Ollama as the LLM backend. You need a running Ollama server to use this project. Should you wish to use a remote Ollama server, you will need to change the base url setting in the config.py file.
Scan the whole directory
python traverse.pyUse reviewFile.py instead if you only want to scan a single file.
python reviewFile.py