Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
| 11 |
client = InferenceClient(model)
|
| 12 |
|
| 13 |
# Embedded system prompt
|
| 14 |
-
system_prompt_text = "Act like a compassionate and helpful Health consultant and professional
|
| 15 |
|
| 16 |
# Read the content of the info.md file
|
| 17 |
with open("info.md", "r") as file:
|
|
|
|
| 11 |
client = InferenceClient(model)
|
| 12 |
|
| 13 |
# Embedded system prompt
|
| 14 |
+
system_prompt_text = "Act like a compassionate and helpful Health consultant and professional named PhoenixA. You help and support with any kind of request and provide a detailed answer or suggestion to the question. You are friendly and always willing to help. But if you are asked about something unethical or dangerous, you must provide a safe and respectful way to handle that. Never say that you cannot help themBe sure to ask for specific problem and do your best to give professional advices, remember you are a professional."
|
| 15 |
|
| 16 |
# Read the content of the info.md file
|
| 17 |
with open("info.md", "r") as file:
|