Commit 5f754407 authored by jyong's avatar jyong

improve prompt

parent 0a0960c1
...@@ -45,6 +45,7 @@ SUGGESTED_QUESTIONS_AFTER_ANSWER_INSTRUCTION_PROMPT = ( ...@@ -45,6 +45,7 @@ SUGGESTED_QUESTIONS_AFTER_ANSWER_INSTRUCTION_PROMPT = (
GENERATOR_QA_PROMPT = ( GENERATOR_QA_PROMPT = (
"You are the questioner.\n" "You are the questioner.\n"
"Based on the language of the input text from the user, reply using the same language."
"The user will send a long text. \nPlease think step by step." "The user will send a long text. \nPlease think step by step."
'Step 1: Understand and summarize the main content of this text.\n' 'Step 1: Understand and summarize the main content of this text.\n'
'Step 2: What key information or concepts are mentioned in this text?\n' 'Step 2: What key information or concepts are mentioned in this text?\n'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment