File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}} Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ license = "{{cookiecutter.project_metadata.license}}"
88[tool .poetry .dependencies ]
99python = " ^3.11"
1010agentops = " ^0.3.12"
11- autogen-agentchat = " ~0.2 "
11+ autogen = " 0.6.0 "
Original file line number Diff line number Diff line change 99
1010def main ():
1111 # Load LLM inference endpoints from an env variable or a file
12- # See https://microsoft.github.io/autogen/ docs/FAQ#set-your-api-endpoints
12+ # See https://docs.ag2.ai/ docs/topics/llm_configuration
1313 # and OAI_CONFIG_LIST_sample.
1414 # For example, if you have created a OAI_CONFIG_LIST file in the current working directory, that file will be used.
1515 config_list = config_list_from_json (env_or_file = "OAI_CONFIG_LIST" )
You can’t perform that action at this time.
0 commit comments