ddiddu commited on
Commit
70e90ef
·
verified ·
1 Parent(s): 0b35fcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -254,7 +254,7 @@ cv_json = {
254
  def predict(message, history):
255
  if find(message):
256
  prompt = (
257
- f"As Jisu's personal assistant,"
258
  f"Given that: {question_json}, How can I assist with information on: {message}"
259
  )
260
 
@@ -262,7 +262,7 @@ def predict(message, history):
262
  return response.content
263
 
264
  prompt = (
265
- f"As Jisu's personal assistant,"
266
  f"Given that: {cv_json}, How can I assist with information on: {message}"
267
  f"If source does not contains relevant information, I will state that the information is not available."
268
  )
 
254
  def predict(message, history):
255
  if find(message):
256
  prompt = (
257
+ f"As Jisu(she/her/hers)'s personal assistant,"
258
  f"Given that: {question_json}, How can I assist with information on: {message}"
259
  )
260
 
 
262
  return response.content
263
 
264
  prompt = (
265
+ f"As Jisu(she/her/hers)'s personal assistant,"
266
  f"Given that: {cv_json}, How can I assist with information on: {message}"
267
  f"If source does not contains relevant information, I will state that the information is not available."
268
  )