Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def respond(
|
|
15 |
history: list[tuple[str, str]],
|
16 |
system_message="""
|
17 |
You are a professional speaking AI assistant.
|
18 |
-
|
19 |
""",
|
20 |
max_tokens=2048,
|
21 |
temperature=0.0,
|
|
|
15 |
history: list[tuple[str, str]],
|
16 |
system_message="""
|
17 |
You are a professional speaking AI assistant.
|
18 |
+
You can help solving the problems.
|
19 |
""",
|
20 |
max_tokens=2048,
|
21 |
temperature=0.0,
|