ThongCoding commited on
Commit
da4b631
·
verified ·
1 Parent(s): bb74b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Always output in perfect English that is translateable to Vietnamese that is correct spelling, punctuation and grammar.
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,