junjie.jiang
1 year ago
2 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
from .template_prompt import TemplatePrompt |
|||
|
|||
def question_answer(temp: str): |
|||
def template(temp: str): |
|||
return TemplatePrompt(temp) |
|||
|
Loading…
Reference in new issue