VeuReu commited on
Commit
4a9c999
·
verified ·
1 Parent(s): fe4d381

Update main_process/moe_router.py

Browse files
Files changed (1) hide show
  1. main_process/moe_router.py +1 -1
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