Spaces:
Running
Running
bug fix
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def respond(
|
|
54 |
text = '## Thinking:\n\n' + text
|
55 |
|
56 |
if token == '</Output>':
|
57 |
-
yield
|
58 |
break
|
59 |
|
60 |
response += text
|
|
|
54 |
text = '## Thinking:\n\n' + text
|
55 |
|
56 |
if token == '</Output>':
|
57 |
+
yield response
|
58 |
break
|
59 |
|
60 |
response += text
|