diff --git a/scripts/deploy.ts b/scripts/deploy.ts index 4de78be..69fc939 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy.ts @@ -150,6 +150,7 @@ async function main() { // 构建环境变量 - 从当前 .env 读取关键配置注入容器 const containerEnv: Record = { ANTHROPIC_BASE_URL: process.env.ANTHROPIC_BASE_URL || 'https://api.anthropic.com', + OPENAI_BASE_URL: process.env.OPENAI_BASE_URL || 'https://api.openai.com', }; const result = await deployProxy({