Skip to content

Commit

Permalink
revise autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
yiranwu0 committed Dec 23, 2024
1 parent 69bd4d5 commit 2fe3603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "{{cookiecutter.project_metadata.license}}"
[tool.poetry.dependencies]
python = "^3.11"
agentops = "^0.3.12"
autogen-agentchat = "~0.2"
autogen = "0.6.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def main():
# Load LLM inference endpoints from an env variable or a file
# See https://microsoft.github.io/autogen/docs/FAQ#set-your-api-endpoints
# See https://docs.ag2.ai/docs/topics/llm_configuration
# and OAI_CONFIG_LIST_sample.
# For example, if you have created a OAI_CONFIG_LIST file in the current working directory, that file will be used.
config_list = config_list_from_json(env_or_file="OAI_CONFIG_LIST")
Expand Down

0 comments on commit 2fe3603

Please sign in to comment.