From 1a63b12edcb132f843cb263a904a3d1006ac8493 Mon Sep 17 00:00:00 2001 From: Kshitiz Date: Tue, 24 Oct 2023 17:04:43 +0530 Subject: [PATCH] Code refinement Import error --- src/llm_vm/agents/REBEL/agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):