MCPcopy Index your code
hub / github.com/evalplus/evalplus / codegen

Method codegen

evalplus/provider/base.py:32–35  ·  view source on GitHub ↗
(
        self, prompt: str, do_sample: bool = True, num_samples: int = 200
    )

Source from the content-addressed store, hash-verified

30
31 @abstractmethod
32 def codegen(
33 self, prompt: str, do_sample: bool = True, num_samples: int = 200
34 ) -> List[str]:
35 pass
36
37 @abstractmethod
38 def is_direct_completion(self) -> bool:

Callers 1

codegenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected