Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|