JUNGU commited on
Commit
00715ce
1 Parent(s): fd2d82a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def main():
71
  explanation_task = f"Explain the term '{user_input}' in a simple manner, based on the context of the following passage: {user_text}"
72
 
73
  messages = [
74
- {"role": "system", "content": "You are a helpful assistant that explains complex topics in a way that an elementary school student can understand."},
75
  {"role": "user", "content": explanation_task}
76
  ]
77
 
 
71
  explanation_task = f"Explain the term '{user_input}' in a simple manner, based on the context of the following passage: {user_text}"
72
 
73
  messages = [
74
+ {"role": "system", "content": "You are a helpful assistant that explains complex topics in a way that an elementary school student can understand. use only korean"},
75
  {"role": "user", "content": explanation_task}
76
  ]
77