Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def get_file(source_documents):
|
|
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. """
|
|
|
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. """
|