Spaces:
Sleeping
Sleeping
Update Manyata_UI.py
Browse files- Manyata_UI.py +3 -3
Manyata_UI.py
CHANGED
|
@@ -148,9 +148,9 @@ def stream_to_gradio(
|
|
| 148 |
step_log.input_token_count = agent.model.last_input_token_count
|
| 149 |
step_log.output_token_count = agent.model.last_output_token_count
|
| 150 |
|
| 151 |
-
for message in pull_messages_from_step(
|
| 152 |
-
step_log,
|
| 153 |
-
):
|
| 154 |
# yield message
|
| 155 |
|
| 156 |
final_answer = step_log # Last log is the run's final_answer
|
|
|
|
| 148 |
step_log.input_token_count = agent.model.last_input_token_count
|
| 149 |
step_log.output_token_count = agent.model.last_output_token_count
|
| 150 |
|
| 151 |
+
# for message in pull_messages_from_step(
|
| 152 |
+
# step_log,
|
| 153 |
+
# ):
|
| 154 |
# yield message
|
| 155 |
|
| 156 |
final_answer = step_log # Last log is the run's final_answer
|