mirror of https://github.com/microsoft/autogen.git
Fixed MD Issue (#72)
This commit is contained in:
parent
b642f69005
commit
0481483faa
|
@ -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"})
|
||||
|
|
Loading…
Reference in New Issue