Skip to content

Commit 69822ec

Browse files
committedMay 3, 2024·
update colab notebook with README examples
1 parent a983a25 commit 69822ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎playground/swarms_example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@
13101310
" # Customize the run method\n",
13111311
" response = super().run(task, *args, **kwargs)\n",
13121312
" # Additional custom logic\n",
1313-
" return response`\n",
1313+
" return response\n",
13141314
"\n",
13151315
"# Model\n",
13161316
"agent = MyCustomAgent()\n",

0 commit comments

Comments
 (0)
Please sign in to comment.