Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support

This commit is contained in:
BillSchumacher
2023-04-19 17:28:17 -05:00
44 changed files with 698 additions and 3812 deletions

View File

@@ -1,6 +1,6 @@
import unittest
from autogpt.json_parser import fix_and_parse_json
from autogpt.json_utils.json_fix_llm import fix_and_parse_json
class TestParseJson(unittest.TestCase):