Skip to content

Commit

Permalink
Fixed MD Issue (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kxnalpk committed Oct 2, 2023
1 parent b642f69 commit 0481483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ By automating chat among multiple capable agents, one can easily make them colle
from autogen import AssistantAgent, UserProxyAgent, config_list_from_json
# Load LLM inference endpoints from an env variable or a file
# See https://microsoft.github.io/autogen/docs/FAQ#set-your-api-endpoints
# and OAI_CONFIG_LIST_sample.json
# and OAI_CONFIG_LIST_sample
config_list = config_list_from_json(env_or_file="OAI_CONFIG_LIST")
assistant = AssistantAgent("assistant", llm_config={"config_list": config_list})
user_proxy = UserProxyAgent("user_proxy", code_execution_config={"work_dir": "coding"})
Expand Down

1 comment on commit 0481483

@olivMertens
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks i've struggled just this morning with this little information :)

Please sign in to comment.