fix
Browse files- controller.py +1 -0
- model/custom_agent_config.py +4 -0
controller.py
CHANGED
@@ -14,6 +14,7 @@ def cut_text_after_keyword(text, keyword):
|
|
14 |
class Controller:
|
15 |
def __init__(self):
|
16 |
self.agent_config = AgentConfig()
|
|
|
17 |
|
18 |
image = []
|
19 |
def handle_submission(self, user_message ):
|
|
|
14 |
class Controller:
|
15 |
def __init__(self):
|
16 |
self.agent_config = AgentConfig()
|
17 |
+
#self.app_config = AppConfig()
|
18 |
|
19 |
image = []
|
20 |
def handle_submission(self, user_message ):
|
model/custom_agent_config.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
class CustomHfAgentConfig():
|
3 |
+
def __init__():
|
4 |
+
|