abhivsh commited on
Commit
958792d
·
verified ·
1 Parent(s): b0a1bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def get_file(source_documents):
60
 
61
  def chat_query(question, history):
62
 
63
- result = {}
64
  query = f"""As an experienced Electrical Engineer, please provide an elaborate, precise, and pointwise answer politely to the question: {question}.
65
  Ensure that your response is detailed, accurate, and addresses each aspect of the question thoroughly.
66
  If the context of the question doesn't align with the chat history, please provide your response in a fresh manner. """
 
60
 
61
  def chat_query(question, history):
62
 
63
+
64
  query = f"""As an experienced Electrical Engineer, please provide an elaborate, precise, and pointwise answer politely to the question: {question}.
65
  Ensure that your response is detailed, accurate, and addresses each aspect of the question thoroughly.
66
  If the context of the question doesn't align with the chat history, please provide your response in a fresh manner. """