Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def ovis_chat(chatbot, image_input):
|
|
34 |
# preprocess inputs
|
35 |
conversations = [{
|
36 |
"from": "system",
|
37 |
-
"value": "You are
|
38 |
}]
|
39 |
response = ""
|
40 |
text_input = chatbot[-1][0]
|
|
|
34 |
# preprocess inputs
|
35 |
conversations = [{
|
36 |
"from": "system",
|
37 |
+
"value": "You are a helpful assistant, and your task is to provide reliable and structured responses to users."
|
38 |
}]
|
39 |
response = ""
|
40 |
text_input = chatbot[-1][0]
|