peterpeter8585 commited on
Commit
f3dfee7
·
verified ·
1 Parent(s): 98a9236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def respond0(multimodal_input,password):
51
  images = multimodal_input["files"]
52
  content = [{"type": "image"} for _ in images]
53
  content.append({"type": "text", "text": multimodal_input["text"]})
54
- messages=[{"role":"system", "content":[{"type":"text", "text":"Your name is Chatchat.And, your made by SungYoon.In Korean, 정성윤.And these are the instructions:"+system_message}]}]
55
  messages.append([{"role": "user", "content": content}])
56
  for val in history:
57
  if val[1]:
 
51
  images = multimodal_input["files"]
52
  content = [{"type": "image"} for _ in images]
53
  content.append({"type": "text", "text": multimodal_input["text"]})
54
+ messages=[{"role":"system", "content":[{"type":"text", "text":"Your name is Chatchat.And, your made by SungYoon.In Korean, 정성윤.And these are the instructions:"+"You are a helpful assietant."}]}]
55
  messages.append([{"role": "user", "content": content}])
56
  for val in history:
57
  if val[1]: