迁移网关

This commit is contained in:
BBIT-Kai
2026-06-11 09:44:28 +08:00
parent a3df3b0322
commit cd16184e0c
22 changed files with 70 additions and 433 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ async def ai_lab():
app = FastAPI(title="BBIT_AI", lifespan=lifespan)
origins = [
"http://localhost:8091", # Vite dev 默认端口
"https://ai.ronsunny.cn:8090",
"https://ai.bbitcn.net",
"*", # ⚠️ 生产环境不要用
]