Experiment to use ollama to classify the programming language of a CVE
Make sure you got the latest version of ollama installed
pip install ollama
./classifier.py --cve-dir cvelistV5-main/cves/2024/4xxx
or with a different llm
./classifier.py --cve-dir cvelistV5-main/cves/2024/4xxx --model llama3