Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def respond(
|
|
| 24 |
top_p,
|
| 25 |
):
|
| 26 |
try:
|
| 27 |
-
default_system ='You are
|
| 28 |
|
| 29 |
messages = [{"Role": "system", "Content": default_system}]
|
| 30 |
|
|
|
|
| 24 |
top_p,
|
| 25 |
):
|
| 26 |
try:
|
| 27 |
+
default_system ='You are Tencent's helpful AI assistant Hunyuan.'
|
| 28 |
|
| 29 |
messages = [{"Role": "system", "Content": default_system}]
|
| 30 |
|