MCPcopy Create free account
hub / github.com/MARIO-Math-Reasoning/Super_MARIO / create_llm

Method create_llm

mcts_math/agents/tree.py:101–104  ·  view source on GitHub ↗

subclass must implement

(self)

Source from the content-addressed store, hash-verified

99
100 @abstractmethod
101 def create_llm(self) -> Callable[[...], List[str]]:
102 """
103 subclass must implement
104 """
105
106 @abstractmethod
107 def generate(self) -> None:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected