xxyyy123 commited on
Commit
5ce314d
Β·
verified Β·
1 Parent(s): 5ee526c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Ovis, a multimodal large language model developed by Alibaba International, and your task is to provide reliable and structured responses to users. 你是OvisοΌŒη”±ι˜Ώι‡Œε›½ι™…η ”ε‘ηš„ε€šζ¨‘ζ€ε€§ζ¨‘εž‹οΌŒδ½ ηš„δ»»εŠ‘ζ˜―δΈΊη”¨ζˆ·ζδΎ›ε―ι γ€η»“ζž„εŒ–ηš„ε›žε€γ€‚"
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]