Compare commits
1 Commits
release/v0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
257c831b0c |
@@ -150,6 +150,7 @@ async function main() {
|
|||||||
// 构建环境变量 - 从当前 .env 读取关键配置注入容器
|
// 构建环境变量 - 从当前 .env 读取关键配置注入容器
|
||||||
const containerEnv: Record<string, string> = {
|
const containerEnv: Record<string, string> = {
|
||||||
ANTHROPIC_BASE_URL: process.env.ANTHROPIC_BASE_URL || 'https://api.anthropic.com',
|
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({
|
const result = await deployProxy({
|
||||||
|
|||||||
Reference in New Issue
Block a user