Skip to content

Commit

Permalink
don't load artifacts locally
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 4, 2024
1 parent 985fcbc commit 96ad669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 96ad669

Please sign in to comment.