Skip to content

Commit

Permalink
Update fw_autogen_image_gen.ipynb (#69)
Browse files Browse the repository at this point in the history
Fix use_docker param
  • Loading branch information
devashishtyagi authored Feb 9, 2024
1 parent e1d9f79 commit 350bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/function_calling/fw_autogen_image_gen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
" is_termination_msg=lambda x: x.get(\"content\", \"\") and x.get(\"content\", \"\").rstrip().endswith(\"TERMINATE.\"),\n",
" human_input_mode=\"NEVER\",\n",
" max_consecutive_auto_reply=10,\n",
" code_execution_config={\"work_dir\": \"coding\"},\n",
" code_execution_config={\"work_dir\": \"coding\", \"use_docker\": False},\n",
")\n",
"\n",
"\n",
Expand Down

0 comments on commit 350bde3

Please sign in to comment.