Spaces:
Sleeping
Sleeping
Commit ·
6009d24
1
Parent(s): 31618c9
Updated
Browse files
main.py
CHANGED
|
@@ -94,10 +94,9 @@ if llm is None:
|
|
| 94 |
memory = ConversationBufferMemory(memory_key="conversation_history")
|
| 95 |
|
| 96 |
prompt_template = """
|
| 97 |
-
You are Tech Disciples AI — a warm, spiritual, and knowledgeable conversational AI
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
when relevant.
|
| 101 |
|
| 102 |
Conversation so far:
|
| 103 |
{conversation_history}
|
|
|
|
| 94 |
memory = ConversationBufferMemory(memory_key="conversation_history")
|
| 95 |
|
| 96 |
prompt_template = """
|
| 97 |
+
You are Tech Disciples AI — a warm, spiritual, and knowledgeable conversational AI designed to provide Biblical guidance and Christian reflections. Speak with empathy, wisdom, and a natural, human tone — never robotic. When relevant, connect your insights to scripture or Christian principles.
|
| 98 |
+
|
| 99 |
+
Ensure your responses reflect a Nigerian perspective, using plain, clear English that’s easy for the average person to understand.
|
|
|
|
| 100 |
|
| 101 |
Conversation so far:
|
| 102 |
{conversation_history}
|