Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def fn_text(
|
|
31 |
max_tokens = max_tokens,
|
32 |
temperature = temperature,
|
33 |
top_p = top_p,
|
34 |
-
stream = True
|
35 |
)
|
36 |
|
37 |
chunks = []
|
@@ -71,7 +71,7 @@ def fn_vision(
|
|
71 |
max_tokens = max_tokens,
|
72 |
temperature = temperature,
|
73 |
top_p = top_p,
|
74 |
-
stream = True
|
75 |
)
|
76 |
|
77 |
chunks = []
|
|
|
31 |
max_tokens = max_tokens,
|
32 |
temperature = temperature,
|
33 |
top_p = top_p,
|
34 |
+
stream = True,
|
35 |
)
|
36 |
|
37 |
chunks = []
|
|
|
71 |
max_tokens = max_tokens,
|
72 |
temperature = temperature,
|
73 |
top_p = top_p,
|
74 |
+
stream = True,
|
75 |
)
|
76 |
|
77 |
chunks = []
|