Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def chat_llama3_8b(message: str,
|
|
74 |
# Add system prompt only if this is a new conversation (i.e., history is empty)
|
75 |
if not history:
|
76 |
conversation.append({"role": "system", "content": SYSTEM_PROMPT})
|
77 |
-
conversation.append({"role": "
|
78 |
|
79 |
|
80 |
for user, assistant in history:
|
|
|
74 |
# Add system prompt only if this is a new conversation (i.e., history is empty)
|
75 |
if not history:
|
76 |
conversation.append({"role": "system", "content": SYSTEM_PROMPT})
|
77 |
+
conversation.append({"role": "assistant", "content": "Understood! I will act as the user's healthcare provider, not hesitate with providing detailed responses, or refer them to another healthcare provider unless they ask for one or need a physical resource, as you have already given them a disclaimer."})
|
78 |
|
79 |
|
80 |
for user, assistant in history:
|