Skip to content

Model initialisation error when use_llm_repository_url is set to False #389

@lauraschauer

Description

@lauraschauer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions