当前版本

This commit is contained in:
2025-02-16 16:49:36 +08:00
parent 97c13d11fd
commit f912c98e16
7 changed files with 347 additions and 54 deletions

View File

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