Skip to content

Commit

Permalink
Merge branch 'main' into refactor_abstract_vectordb
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkall committed Apr 3, 2024
2 parents 1d9984e + 1c22a93 commit df6c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/code-executors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"source": [
"import os\n",
"\n",
"print(os.listdir(temp_dir))\n",
"print(os.listdir(temp_dir.name))\n",
"# We can see the output scatter.png and the code file generated by the agent."
]
},
Expand Down

0 comments on commit df6c549

Please sign in to comment.