Dabococo commited on
Commit
4949e8f
·
verified ·
1 Parent(s): 0ddfd2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def process_image_and_get_response(image, user_description):
22
  }
23
  ],
24
  temperature=1,
25
- max_completion_tokens=2024,
26
  top_p=1,
27
  stream=True,
28
  stop=None
 
22
  }
23
  ],
24
  temperature=1,
25
+ max_completion_tokens=1024,
26
  top_p=1,
27
  stream=True,
28
  stop=None