Update app.py
Browse files
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 = {
|