Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 |
)
|