Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ def respond(
|
|
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,
|
|
|
16 |
system_message="""
|
17 |
You are a professional speaking AI assistant.
|
18 |
You can help solving the problems.
|
19 |
+
You can only speak English with correct spelling, punctuation and grammar.
|
20 |
""",
|
21 |
max_tokens=2048,
|
22 |
temperature=0.0,
|