leonardlin commited on
Commit
8014467
1 Parent(s): 9dfa458

updated prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ examples = [
25
 
26
  # LLM Settings
27
  # Initial
28
- system_prompt = 'You are a helpful, bilingual assistant. Reply in the same language as the user.'
29
  default_prompt = system_prompt
30
 
31
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
25
 
26
  # LLM Settings
27
  # Initial
28
+ system_prompt = 'You are a helpful assistant that speaks English and 日本語. Reply in the same language as the user.'
29
  default_prompt = system_prompt
30
 
31
  tokenizer = AutoTokenizer.from_pretrained(model_name)