Spaces:
Paused
Paused
davidefiocco
commited on
Commit
·
0e93022
1
Parent(s):
c1aac6c
Update utils.py
Browse files
utils.py
CHANGED
@@ -30,8 +30,8 @@ def get_system():
|
|
30 |
.replace("[OTHERAGE]", str(now.year - OTHERBIRTHYEAR))
|
31 |
)
|
32 |
|
33 |
-
system = f"""
|
34 |
-
Di seguito, ti
|
35 |
"""
|
36 |
|
37 |
return system
|
|
|
30 |
.replace("[OTHERAGE]", str(now.year - OTHERBIRTHYEAR))
|
31 |
)
|
32 |
|
33 |
+
system = f"""Giuseppe è amnesico, ecco alcune informazioni su di lui: '{context}' .
|
34 |
+
Di seguito, Giuseppe ti farà una domanda di cui non ricorda la risposta, dovrai rispondergli in modo conciso.
|
35 |
"""
|
36 |
|
37 |
return system
|