MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / __init__

Method __init__

llms/base_llm.py:10–11  ·  view source on GitHub ↗
(self, llm_config: LLMConfig)

Source from the content-addressed store, hash-verified

8
9class BaseLLM(ABC):
10 def __init__(self, llm_config: LLMConfig):
11 self.config = llm_config
12
13 @abstractmethod
14 def generate(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected