Aias00 opened a new pull request, #814: URL: https://github.com/apache/rocketmq-dashboard/pull/814
## What changed - Persist LLM maxTokens and temperature in general settings. - Load persisted advanced values when building the runtime LLM config, while preserving defaults for older settings records. - Add tests for saved advanced fields and missing-field defaults. ## Why The LLM settings UI allows editing maxTokens and temperature, but those values were not stored in the backend settings contract. After reload, the runtime config fell back to defaults. Fixes #813 ## Verification - JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home mvn -Dtest=LlmConfigServiceTest,SettingsControllerTest,SettingsServiceTest test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
