Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def fn_text(
|
|
| 28 |
max_tokens = max_tokens,
|
| 29 |
temperature = temperature,
|
| 30 |
top_p = top_p,
|
| 31 |
-
stream = True
|
| 32 |
)
|
| 33 |
|
| 34 |
chunks = []
|
|
@@ -68,7 +68,7 @@ def fn_vision(
|
|
| 68 |
max_tokens = max_tokens,
|
| 69 |
temperature = temperature,
|
| 70 |
top_p = top_p,
|
| 71 |
-
stream = True
|
| 72 |
)
|
| 73 |
|
| 74 |
chunks = []
|
|
|
|
| 28 |
max_tokens = max_tokens,
|
| 29 |
temperature = temperature,
|
| 30 |
top_p = top_p,
|
| 31 |
+
stream = True,
|
| 32 |
)
|
| 33 |
|
| 34 |
chunks = []
|
|
|
|
| 68 |
max_tokens = max_tokens,
|
| 69 |
temperature = temperature,
|
| 70 |
top_p = top_p,
|
| 71 |
+
stream = True,
|
| 72 |
)
|
| 73 |
|
| 74 |
chunks = []
|