文字转语音
This commit is contained in:
@@ -51,6 +51,10 @@ public interface ICustomerProfileAnalysisService extends IService<CustomerProfil
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ public class ConsultingScenarioServiceImpl
|
||||
@Value("${dify.api.workflow-endpoint-consultingScenar}")
|
||||
private String difyApiUrlEndPoint;
|
||||
|
||||
@Value("${dify.api.apikey-consultingScenar}")
|
||||
@Value("${dify.api.apikey-consultingScenar}") //【AI】DCC用户问题分类提取
|
||||
private String difyApiKey;
|
||||
|
||||
private final ObjectMapper objectMapper = new ObjectMapper();
|
||||
|
||||
@@ -86,6 +86,10 @@ public class CustomerProfileAnalysisServiceImpl extends ServiceImpl<CustomerProf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user