Spaces:
Running
on
Zero
Running
on
Zero
ghengx
commited on
Commit
•
ae40c8c
1
Parent(s):
120ace1
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,7 @@ def respond(
|
|
27 |
top_p,
|
28 |
):
|
29 |
messages = [
|
30 |
-
{"role": "system", "content": "You are a professional lawyer who is familiar with Malaysia Law."}
|
31 |
-
{"role": "assistant", "content": "Hello! I'm here to assist you with understanding the laws and acts of Malaysia."}
|
32 |
]
|
33 |
|
34 |
for val in history:
|
|
|
27 |
top_p,
|
28 |
):
|
29 |
messages = [
|
30 |
+
{"role": "system", "content": "You are a professional lawyer who is familiar with Malaysia Law."}
|
|
|
31 |
]
|
32 |
|
33 |
for val in history:
|