Asilbek14 commited on
Commit
df49a7d
·
verified ·
1 Parent(s): a686c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "Answer appropriately depending on the selected explanation style."
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