yield tmp?
Browse files
app.py
CHANGED
@@ -148,8 +148,7 @@ def generator(
|
|
148 |
if no_history:
|
149 |
yield out_str.strip()
|
150 |
else:
|
151 |
-
|
152 |
-
yield char
|
153 |
out_last = i + 1
|
154 |
if "\n\n" in out_str:
|
155 |
break
|
|
|
148 |
if no_history:
|
149 |
yield out_str.strip()
|
150 |
else:
|
151 |
+
yield tmp
|
|
|
152 |
out_last = i + 1
|
153 |
if "\n\n" in out_str:
|
154 |
break
|