GianJSX commited on
Commit
0d16aa4
1 Parent(s): 7a8d9e4

Update app.py

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