diff --git a/swarms/artifacts/main_artifact.py b/swarms/artifacts/main_artifact.py index f6ce84c5..a59b6fb9 100644 --- a/swarms/artifacts/main_artifact.py +++ b/swarms/artifacts/main_artifact.py @@ -317,7 +317,7 @@ class Artifact(BaseModel): # Testing saving in different artifact types # Create an artifact -#artifact = Artifact(file_path="/Users/sambhavdixit/Downloads/swarms/example.txt", file_type=".txt",contents="", edit_count=0 ) +#artifact = Artifact(file_path="/path/to/file", file_type=".txt",contents="", edit_count=0 ) #artifact.create("This is some content\nWith multiple lines") # Save in different formats