diff --git a/src/llm_vm/agents/REBEL/agent.py b/src/llm_vm/agents/REBEL/agent.py index 629297f1..0b988e42 100644 --- a/src/llm_vm/agents/REBEL/agent.py +++ b/src/llm_vm/agents/REBEL/agent.py @@ -44,7 +44,7 @@ ) except: - from bothandler import ( + from .bothandler import ( question_split, tool_picker, memory_check, @@ -54,7 +54,7 @@ try: from .utils import * except: - from utils import * + from .utils import * def prepPrintPromptContext(p):