When trying to run the example command "./run_prospector.sh CVE-2020-1925 --repository https://github.com/apache/olingo-odata4", a missing LLM error appears, even when use_llm_repository_url is set to False.
A temporary solution to this issue is to comment out the llm_service section of the config.yaml file, like so:
...
# LLM Usage (check README for help)
# llm_service:
# type: sap # use "sap" or "third_party"
# model_name: gpt-4-turbo
# temperature: 0.0 # optional, default is 0.0
# ai_core_sk: <file_path> # needed for type: sap
use_llm_repository_url: False # whether to use LLM's to obtain the repository URL
...
See #387
When trying to run the example command "./run_prospector.sh CVE-2020-1925 --repository https://github.com/apache/olingo-odata4", a missing LLM error appears, even when
use_llm_repository_urlis set toFalse.A temporary solution to this issue is to comment out the
llm_servicesection of the config.yaml file, like so:See #387