Update code-executors.ipynb (#2394)

fix spelling typo
This commit is contained in:
Dustin 2024-04-16 14:03:07 +09:00 committed by GitHub
parent f3b9febead
commit fd4e722f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@
"nature of the code blocks in agents' conversation.\n",
"If each code block is a \"script\" that does not use variables from\n",
"previous code blocks, the command line code executor is a good choice.\n",
"If the some conde blocks contain expensive computation (e.g., training a\n",
"If the some code blocks contain expensive computation (e.g., training a\n",
"machine learning model and loading large amount of data), and you want to\n",
"keep the state in memory to avoid repeated computation,\n",
"the Jupyter code executor is a better choice."