本地大漠模型联调,阿里百炼token

This commit is contained in:
2026-04-05 18:23:04 +08:00
parent db0bde39e3
commit 6043dc2665
8 changed files with 109 additions and 32 deletions

View File

@@ -28,6 +28,6 @@ public class AiQaCustomerAskRequestDto {
@Schema(description = "可选系统提示词,不传则使用默认助手设定")
private String systemPrompt;
@Schema(description = "max_tokens不传则使用配置 ai.qa.local.max-tokens默认 512")
@Schema(description = "max_tokens不传则使用配置 ai.qa.local.max-tokens默认 2048")
private Integer maxTokens;
}