接入可配置概览服务并支持自适应缩放

This commit is contained in:
baiyanyun
2026-07-13 15:53:42 +08:00
parent 041964132a
commit c8a7bdc0f8
13 changed files with 108 additions and 8 deletions

View File

@@ -179,6 +179,9 @@ public class TenantConfigDto implements Serializable {
@Schema(description = "模型API根地址")
private String baseModelApiUrl;
@Schema(description = "客户端概览服务地址")
private String overviewServiceUrl;
@Schema(description = "智能取数服务地址")
private String intelligentDataServiceUrl;