基本搭建完成多智能体框架

This commit is contained in:
2025-01-23 13:34:39 +08:00
parent 981209d677
commit cc3b28a59a
11 changed files with 509 additions and 408 deletions

View File

@@ -6,6 +6,7 @@ from autogen_ext.code_executors.docker import DockerCommandLineCodeExecutor
# Define your API keys and configurations
OPENAI_API_KEY = "sk-4aJj5ygdQ9rw6lS6920712Ef9bB848439522E72318439eCd"
OPENAI_BASE_URL = "http://8.218.238.241:17935/v1"
# OPENAI_BASE_URL = "https://vip.apiyi.com/v1"
# MODEL = "chatgpt-4o-latest"
MODEL = "gpt-4o-2024-11-20"