Update main_process/moe_router.py
Browse files
main_process/moe_router.py
CHANGED
|
@@ -305,7 +305,7 @@ class Free_Narration:
|
|
| 305 |
print(out)
|
| 306 |
|
| 307 |
with open(story_path, "w", encoding="utf-8-sig") as f:
|
| 308 |
-
f.write(out)
|
| 309 |
|
| 310 |
state['free_narration'] = out
|
| 311 |
|
|
|
|
| 305 |
print(out)
|
| 306 |
|
| 307 |
with open(story_path, "w", encoding="utf-8-sig") as f:
|
| 308 |
+
f.write(out["text"])
|
| 309 |
|
| 310 |
state['free_narration'] = out
|
| 311 |
|