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

Function generate_prompt

test/humaneval/humaneval_gen.py:25–34  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

23 pass
24
25def generate_prompt(input):
26 INSTRUCTION = f"""Below is an instruction that describes a task. Write a response that appropriately completes the request.
27
28
29### Instruction:
30Create a Python script for this problem:
31{input}
32
33### Response:"""
34 return INSTRUCTION
35
36def get_model(
37 quant_type: str = None,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected