Fixed the import

This commit is contained in:
Thibault Twahirwa
2023-04-15 10:17:03 -04:00
parent 1073954fb7
commit 44bd3d6717

View File

@@ -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: