fix: sandbox non-stream response not sent due to @Res() express native mode

- sandbox.controller.ts: non-stream chat path now calls res.json() instead
  of returning the value (which NestJS discards in @Res() library mode)
- ai-gateway.service.ts: 商汤科技 only registers sensenova model, no longer
  overwrites deepseek registration
- .gitignore: add .playwright-mcp/ and gitea-login.png
This commit is contained in:
TradeMate Dev
2026-06-23 23:21:28 +08:00
parent f4f17c10d8
commit 8a86334d05
3 changed files with 14 additions and 12 deletions
+2
View File
@@ -13,6 +13,8 @@ out/
# Environment files
.env
.env.local
.playwright-mcp/
gitea-login.png
.env.*.local
backend/.env
frontend/.env.local