Skip to content

Commit

Permalink
Update website/blog/2024-11-15-CaptainAgent/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyun Wu <[email protected]>
  • Loading branch information
LeoLjl and qingyun-wu authored Nov 19, 2024
1 parent d9ed46b commit bf879aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2024-11-15-CaptainAgent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ captain_agent = CaptainAgent(
llm_config=general_llm_config,
nested_mode_config=nested_mode_config,
)
user_proxy = CaptainUserProxyAgent(
user_proxy = UserProxyAgent(
name="user_proxy",
code_execution_config={"use_docker": False},
)
Expand Down

0 comments on commit bf879aa

Please sign in to comment.