mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
Closes #175 ModelConfigController.testEmbedding() previously caught and stringified the exception's getMessage() into the response body without writing anything to the server log. Operators investigating an Embedding test failure saw only the truncated client-side message — root causes like the DashScope-native vs OpenAI-compat routing bug (#166) or the requireApiKey gap (#167) were invisible server-side. Add @Slf4j to the controller and log.error the full stack trace alongside the failing modelId, so future Embedding test regressions are diagnosable from the server log without redeploying with debug breakpoints. |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||