MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / __init__

Method __init__

inference/utils/prompt_templates.py:165–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163
164class FalconSimplePrompter(BasePrompter):
165 def __init__(self):
166 system_inst = None
167 role1 = "User"
168 role2 = "Assistant"
169 sen_spliter = "\n\n"
170 qa_spliter = "\n\n"
171 super().__init__(system_inst, role1, role2, sen_spliter, qa_spliter)
172
173
174class FalconPrompter(BasePrompter):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected