From 96ad6699849b26a8d313da2f2ebd037005b31e26 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Wed, 2 Oct 2024 18:49:27 -0700 Subject: [PATCH] don't load artifacts locally --- vision_agent/agent/vision_agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vision_agent/agent/vision_agent.py b/vision_agent/agent/vision_agent.py index 3c1682e8..c4e36156 100644 --- a/vision_agent/agent/vision_agent.py +++ b/vision_agent/agent/vision_agent.py @@ -407,8 +407,6 @@ def chat_with_code( code_interpreter.download_file( str(remote_artifacts_path.name), str(self.local_artifacts_path) ) - artifacts.load(self.local_artifacts_path) - artifacts.save() return orig_chat, artifacts def streaming_message(self, message: Dict[str, Any]) -> None: