diff --git a/CybersecurityBenchmarks/benchmark/llm.py b/CybersecurityBenchmarks/benchmark/llm.py index b99ef8cc2..2afb8c78b 100644 --- a/CybersecurityBenchmarks/benchmark/llm.py +++ b/CybersecurityBenchmarks/benchmark/llm.py @@ -15,8 +15,6 @@ import openai -from langchain_community.llms import Together - from typing_extensions import override