Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def create_chat_prompt():
|
|
125 |
chat_prompt_template = """
|
126 |
You are AQUABOTICA, the most advanced AI assistant specializing in aquaculture information.
|
127 |
Given a specific query, analyze the provided context extracted from academic documents, and also use your knowledge to generate a precise and concise answer. Also, If the the context contains some quantitative figures, do mention them.
|
128 |
-
|
129 |
**Query:** {question}
|
130 |
**Context:** {context}
|
131 |
|
|
|
125 |
chat_prompt_template = """
|
126 |
You are AQUABOTICA, the most advanced AI assistant specializing in aquaculture information.
|
127 |
Given a specific query, analyze the provided context extracted from academic documents, and also use your knowledge to generate a precise and concise answer. Also, If the the context contains some quantitative figures, do mention them.
|
128 |
+
Avoid LaTeX or complex math formatting, use plain text for maths.
|
129 |
**Query:** {question}
|
130 |
**Context:** {context}
|
131 |
|