Upload interface_controller.py
Browse files- interface_controller.py +1 -1
interface_controller.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
import json
|
3 |
-
from
|
4 |
|
5 |
with open("persona_keisuke.json", "r", encoding="utf-8") as f:
|
6 |
persona = json.load(f)
|
|
|
1 |
|
2 |
import json
|
3 |
+
from dialogue_engine import DialogueEngine
|
4 |
|
5 |
with open("persona_keisuke.json", "r", encoding="utf-8") as f:
|
6 |
persona = json.load(f)
|