GianJSX commited on
Commit
5f96d12
1 Parent(s): ce06a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def handle_vision_call(msg, image_history):
47
  }
48
  )
49
  stream = gpt_vision_call(image_history)
 
50
  return stream
51
 
52
  @traceable(run_type="llm", name="gpt 4 turbo call")
 
47
  }
48
  )
49
  stream = gpt_vision_call(image_history)
50
+ image_history.clear()
51
  return stream
52
 
53
  @traceable(run_type="llm", name="gpt 4 turbo call")