Skip to content

Commit 2fe3603

Browse files
committed
revise autogen
1 parent 69bd4d5 commit 2fe3603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "{{cookiecutter.project_metadata.license}}"
88
[tool.poetry.dependencies]
99
python = "^3.11"
1010
agentops = "^0.3.12"
11-
autogen-agentchat = "~0.2"
11+
autogen = "0.6.0"

agentstack/templates/autogen/{{cookiecutter.project_metadata.project_slug}}/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def 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")

0 commit comments

Comments
 (0)