Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:"+
|
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]:
|