From 44bd3d67179f26ce065ca2e3f292018c230e4d30 Mon Sep 17 00:00:00 2001 From: Thibault Twahirwa Date: Sat, 15 Apr 2023 10:17:03 -0400 Subject: [PATCH] Fixed the import --- autogpt/json_fixes/auto_fix.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogpt/json_fixes/auto_fix.py b/autogpt/json_fixes/auto_fix.py index 60c089a2..9c632332 100644 --- a/autogpt/json_fixes/auto_fix.py +++ b/autogpt/json_fixes/auto_fix.py @@ -2,6 +2,8 @@ import json from autogpt.llm_utils import call_ai_function from autogpt.logs import logger +from autogpt.config import Config +cfg = Config() def fix_json(json_str: str, schema: str) -> str: