You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...