Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def gpt_vision_call(image_history: list = []):
|
|
77 |
stream = client.chat.completions.create(
|
78 |
model=model_vision,
|
79 |
messages=image_history,
|
80 |
-
max_tokens=
|
81 |
stream=True,
|
82 |
)
|
83 |
|
|
|
77 |
stream = client.chat.completions.create(
|
78 |
model=model_vision,
|
79 |
messages=image_history,
|
80 |
+
max_tokens=350,
|
81 |
stream=True,
|
82 |
)
|
83 |
|