MCPcopy Create free account
hub / github.com/FreedomIntelligence/CMB / get_question_template

Method get_question_template

workers/base.py:287–291  ·  view source on GitHub ↗
(self, use_cot)

Source from the content-addressed store, hash-verified

285 return t
286
287 def get_question_template(self, use_cot):
288 if use_cot:
289 return "以下是中国{exam_type}中{exam_class}考试的一道{question_type},请分析每个选项,并最后给出答案。\n{question}\n{option_str}"
290 else:
291 return "以下是中国{exam_type}中{exam_class}考试的一道{question_type},不需要做任何分析和解释,直接输出答案选项。\n{question}\n{option_str}"
292
293 def wrap(self, data: list[dict]):
294 '''

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected