Files
ai-learning-platform/backend
TradeMate Dev 8a86334d05 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
2026-06-23 23:21:28 +08:00
..