GianJSX commited on
Commit
31468a8
1 Parent(s): fd96b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def gpt_vision_call(image_history: list = []):
79
  stream = client.chat.completions.create(
80
  model=model_vision,
81
  messages=image_history,
82
- max_tokens=300,
83
  stream=True,
84
  user=user_id,
85
  )
 
79
  stream = client.chat.completions.create(
80
  model=model_vision,
81
  messages=image_history,
82
+ max_tokens=1000,
83
  stream=True,
84
  user=user_id,
85
  )