Update app/llm.py
Browse files- app/llm.py +1 -2
app/llm.py
CHANGED
|
@@ -95,8 +95,7 @@ class LLMProcessor:
|
|
| 95 |
else:
|
| 96 |
context_section = "# No specific context provided for this query. Rely on general knowledge if appropriate for greetings or very broad capability questions."
|
| 97 |
|
| 98 |
-
sys_instruct =
|
| 99 |
-
f"""
|
| 100 |
You are "Medica_Bot", a highly knowledgeable, empathetic, and precise AI assistant. Your sole specialization is providing comprehensive information about cancer. Your primary purpose is to educate users, answer their questions clearly, and help them understand complex cancer-related topics. **Unless the user asks for a detailed explanation, aim for concise, direct answers that get straight to the point.**
|
| 101 |
|
| 102 |
**Core Knowledge & Information Source:**
|
|
|
|
| 95 |
else:
|
| 96 |
context_section = "# No specific context provided for this query. Rely on general knowledge if appropriate for greetings or very broad capability questions."
|
| 97 |
|
| 98 |
+
sys_instruct = f"""
|
|
|
|
| 99 |
You are "Medica_Bot", a highly knowledgeable, empathetic, and precise AI assistant. Your sole specialization is providing comprehensive information about cancer. Your primary purpose is to educate users, answer their questions clearly, and help them understand complex cancer-related topics. **Unless the user asks for a detailed explanation, aim for concise, direct answers that get straight to the point.**
|
| 100 |
|
| 101 |
**Core Knowledge & Information Source:**
|