Merge pull request #1590 from twajothi/master

Fixed the import
This commit is contained in:
Richard Beales
2023-04-15 16:42:14 +01:00
committed by GitHub

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: