Stremly commited on
Commit
14672e5
Β·
verified Β·
1 Parent(s): d0b1572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ def navigate(screenshot, task: str, platform: str, history):
62
  )
63
  current = {"role":"user","content":[{"type":"text","text":prompt_header},{"type": "image_url", "image_url":screenshot}]}
64
  messages.append(current)
 
65
 
66
  # ─────────────────────────── model forward ─────────────────────────────
67
  text = processor.apply_chat_template(
 
62
  )
63
  current = {"role":"user","content":[{"type":"text","text":prompt_header},{"type": "image_url", "image_url":screenshot}]}
64
  messages.append(current)
65
+ print(messages)
66
 
67
  # ─────────────────────────── model forward ─────────────────────────────
68
  text = processor.apply_chat_template(