sbeechoi commited on
Commit
ab9e555
·
verified ·
1 Parent(s): a2ea50c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ MAX_HISTORY_TURNS = int(os.getenv("MAX_HISTORY_TURNS", "3"))
16
  N_THREADS = int(os.getenv("N_THREADS", str(max(1, os.cpu_count() or 1))))
17
  DEFAULT_SYSTEM_PROMPT = os.getenv(
18
  "SYSTEM_PROMPT",
19
- "You are a helpful assistant. Keep answers clear and concise.",
20
  )
21
 
22
  PRESETS = {
 
16
  N_THREADS = int(os.getenv("N_THREADS", str(max(1, os.cpu_count() or 1))))
17
  DEFAULT_SYSTEM_PROMPT = os.getenv(
18
  "SYSTEM_PROMPT",
19
+ "You are a helpful assistant. Keep answers clear and concise. You should answer with Korean.",
20
  )
21
 
22
  PRESETS = {