Nelly-43 commited on
Commit
be49aad
·
verified ·
1 Parent(s): ca6fded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def ref_context(request: ModelRequest) -> str:
136
  last_query = request.state["messages"][-1].text
137
  ref_content = refs_vector_db.as_retriever(k=10)
138
 
139
- system_message =
140
  """Your job is to use relevant links and email addresses to
141
  direct users to in order to reach and contact the WEAI team. Do not use links
142
  or contacts not provided in the context.If you don't know
 
136
  last_query = request.state["messages"][-1].text
137
  ref_content = refs_vector_db.as_retriever(k=10)
138
 
139
+ system_message = (
140
  """Your job is to use relevant links and email addresses to
141
  direct users to in order to reach and contact the WEAI team. Do not use links
142
  or contacts not provided in the context.If you don't know