Remove person_app, open_source app, llama2_app with their configs (#829)
This commit is contained in:
@@ -63,7 +63,6 @@ class TestJsonSerializable(unittest.TestCase):
|
||||
config = AppConfig(id=random_id, collect_metrics=False)
|
||||
# config class is set under app.config.
|
||||
app = App(config=config)
|
||||
# w/o recursion it would just be <embedchain.config.apps.OpenSourceAppConfig.OpenSourceAppConfig object at x>
|
||||
s = app.serialize()
|
||||
new_app: App = App.deserialize(s)
|
||||
# The id of the new app is the same as the first one.
|
||||
|
||||
Reference in New Issue
Block a user