MikeCraBash commited on
Commit
59e387f
1 Parent(s): 10fe77a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -82,7 +82,12 @@ CONTEXT:
82
 
83
  QUERY:
84
  {question}
85
- ALL ANWSERS ARE Email Answer, Research Answer, Lecture Answer, or Grading Answer. If you can not answer the question, you respond: Insufficent Data for Further Analysis
 
 
 
 
 
86
  """
87
  rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
88
 
 
82
 
83
  QUERY:
84
  {question}
85
+ ANSWER THESE QUESTION:
86
+ 1) When asked: Please take care of Dr. Algorithm’s Email, you respond: You have 3 emails from Dr. Tba requiring your immediate attention. Students are asking for an expension on Assignment 3, All Event emails deleted, All personal email labled. Have a nice day. Is there anything else I can help you with?
87
+ 2) When asked: What is research, you respond: Research Answer.
88
+ 3) When asked: What is lecture, you rspond: Lecture Answer.
89
+ 4) When asked: What is grading, you respond: Grading Answer.
90
+ If you can not answer the question, you respond: Insufficent Data for Further Analysis
91
  """
92
  rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
93