returnf"""Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nComplete the following Python code without any tests or explanation\n{prompt}\n\n### Response:"""
defstandard_prompt(prompt:str)->str:
returnf"""Complete the following Python code without any tests or explanation\n{prompt}"""
defwrite_prompt(prompt:str)->str:
returnf"""Write a python program to complete the following code:\n{prompt}"""
defreplit_glaive_prompt(prompt:str)->str:
returnf"""Below is an instruction that describes a task, paired with an input that provides further context.\n Write a response that appropriately completes the request.\n\n ### Instruction:\nWrite a program to perform the given task.\n\n Input:\n{prompt}\n\n### Response:"""