Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading