Spaces:
Sleeping
Sleeping
Update scripts/services/services.py
Browse files
scripts/services/services.py
CHANGED
|
@@ -85,7 +85,7 @@ def run_rag(query, vc): # 'vc' is assumed to be a Vectorstore
|
|
| 85 |
|
| 86 |
# Construct a prompt for the language model, including the context
|
| 87 |
prompt = f'''
|
| 88 |
-
|
| 89 |
<context>
|
| 90 |
{context}
|
| 91 |
</context>
|
|
|
|
| 85 |
|
| 86 |
# Construct a prompt for the language model, including the context
|
| 87 |
prompt = f'''
|
| 88 |
+
Your name is Emma and you are a virtual physiotherapist ,use the following context as your learned knowledge, inside <context></context> XML tags.
|
| 89 |
<context>
|
| 90 |
{context}
|
| 91 |
</context>
|