Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -156,9 +156,8 @@ async def main(message: str, history: list, model: str, temperature: float, max_
|
|
156 |
top_p,
|
157 |
top_k,
|
158 |
penalty
|
159 |
-
)
|
160 |
-
|
161 |
-
yield response
|
162 |
|
163 |
|
164 |
|
|
|
156 |
top_p,
|
157 |
top_k,
|
158 |
penalty
|
159 |
+
):
|
160 |
+
yield response
|
|
|
161 |
|
162 |
|
163 |
|