Harshveer commited on
Commit
4b15709
·
verified ·
1 Parent(s): 7372484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def respond(
12
  history: list[tuple[str, str]],
13
  image,
14
  ):
15
- messages = [{"role": "system", "content": system_message}]
16
 
17
  for val in history:
18
  if val[0]:
 
12
  history: list[tuple[str, str]],
13
  image,
14
  ):
15
+ # messages = [{"role": "system", "content": system_message}]
16
 
17
  for val in history:
18
  if val[0]: