This is an automated email from the ASF dual-hosted git repository.
wuzhiguo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git
from b29aee0a BIGTOP-4442: Support resolve nested variables for service
config (#224)
add 782c9208 BIGTOP-4439: Support qwen3 series models (#221)
No new revisions were added by this update.
Summary of changes:
bigtop-manager-ai/pom.xml | 4 ++--
.../bigtop/manager/ai/core/factory/AIAssistant.java | 8 ++++----
.../bigtop/manager/ai/platform/DashScopeAssistant.java | 16 ++++++++--------
.../bigtop/manager/ai/platform/DeepSeekAssistant.java | 12 ++++++------
.../bigtop/manager/ai/platform/OpenAIAssistant.java | 12 ++++++------
.../bigtop/manager/ai/platform/QianFanAssistant.java | 16 ++++++++--------
bigtop-manager-bom/pom.xml | 11 ++++++-----
.../server/service/impl/LLMConfigServiceImpl.java | 7 +++++--
.../manager/server/tools/functions/ClusterFunctions.java | 12 +++++++++---
.../manager/server/tools/functions/HostFunctions.java | 12 +++++++++---
.../manager/server/tools/functions/StackFunctions.java | 10 +++++-----
.../src/main/resources/ddl/MySQL-DDL-CREATE.sql | 2 +-
.../src/main/resources/ddl/PostgreSQL-DDL-CREATE.sql | 2 +-
.../server/tools/functions/HostFunctionsTest.java | 8 +++-----
.../server/tools/functions/StackFunctionsTest.java | 8 +++-----
15 files changed, 76 insertions(+), 64 deletions(-)