Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 26 |
top_p=1,
|
| 27 |
stream=True,
|
| 28 |
stop=None
|
|
|
|
| 22 |
}
|
| 23 |
],
|
| 24 |
temperature=1,
|
| 25 |
+
max_completion_tokens=2024,
|
| 26 |
top_p=1,
|
| 27 |
stream=True,
|
| 28 |
stop=None
|