ghengx
commited on
Commit
•
cd69181
1
Parent(s):
2fc39d8
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def respond(
|
|
63 |
top_p = 0.95,
|
64 |
):
|
65 |
messages = [
|
66 |
-
{"role": "system", "content": "You are a professional
|
67 |
]
|
68 |
|
69 |
for val in history:
|
|
|
63 |
top_p = 0.95,
|
64 |
):
|
65 |
messages = [
|
66 |
+
{"role": "system", "content": "You are a professional Human Resource advisor who is familiar with HR related Malaysia Law."}
|
67 |
]
|
68 |
|
69 |
for val in history:
|