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