Spaces:
Runtime error
Runtime error
Commit
·
8014467
1
Parent(s):
9dfa458
updated prompt
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ examples = [
|
|
25 |
|
26 |
# LLM Settings
|
27 |
# Initial
|
28 |
-
system_prompt = 'You are a helpful
|
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)
|