MCPcopy Create free account
hub / github.com/codefuse-ai/codefuse-devops-eval / __init__

Method __init__

src/models/openai_model.py:17–20  ·  view source on GitHub ↗
(self, model_path: str, template: str, system_prompt)

Source from the content-addressed store, hash-verified

15
16class OpenaiModel(ToolModel):
17 def __init__(self, model_path: str, template: str, system_prompt):
18 self.model_path = model_path
19 self.template = template
20 self.system_prompt = system_prompt
21
22 def generate(
23 self, prompts: str, template: str = None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected