Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ TRANSLATOR_MODEL = "facebook/m2m100_418M" # multilingual translator
|
|
8 |
|
9 |
SYSTEM_PROMPT_DEFAULT = (
|
10 |
"You are Zephyr, a concise and polite AI assistant. "
|
11 |
-
"
|
12 |
)
|
13 |
|
14 |
MAX_NEW_TOKENS_DEFAULT = 128
|
|
|
8 |
|
9 |
SYSTEM_PROMPT_DEFAULT = (
|
10 |
"You are Zephyr, a concise and polite AI assistant. "
|
11 |
+
"Always respond in a formal tone and provide only the direct answer unless the user requests more detail."
|
12 |
)
|
13 |
|
14 |
MAX_NEW_TOKENS_DEFAULT = 128
|