trixareformen commited on
Commit
7dcdfbb
·
verified ·
1 Parent(s): d677ce5

Update scripts/services/services.py

Browse files
Files changed (1) hide show
  1. scripts/services/services.py +1 -1
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
- Use the following context as your learned knowledge, inside <context></context> XML tags.
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>