prompt
/
question-answer
copied
junjie.jiang
1 year ago
2 changed files with 21 additions and 6 deletions
@ -1,4 +1,4 @@ |
|||
from .qa_prompt import QAPrompt |
|||
|
|||
def question_answer(): |
|||
return QAPrompt() |
|||
def question_answer(temp: str = None, llm_name: str = None): |
|||
return QAPrompt(temp, llm_name) |
|||
|
Loading…
Reference in new issue