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