yzx 3 일 전
부모
커밋
fc3df07bed

+ 2 - 2
ruoyi-admin/src/main/resources/templates/aicall/account/add.html

@@ -203,7 +203,7 @@
         $("#intentionTipsContainer").hide(); // 客户意向提示词默认隐藏
         _hideIntentionTipsContainer = true;
 
-        if (["DeepSeekChat", "ChatGPT", "ClaudeChat", "JiutianChat"].includes(providerClassName)) {
+        if (["DeepSeekChat", "ChatGPT", "ClaudeChat", "JiutianChat", "TencentChat"].includes(providerClassName)) {
             // 显示serverUrl、apiKey、modelName、
             // llmTips、faqContext、transferToAgentTips、hangupTips、customerNoVoiceTips、openingRemarks
             container.append(_dynamicFieldsDiv["serverUrl"]);
@@ -903,4 +903,4 @@
 
 </script>
 </body>
-</html>
+</html>

+ 2 - 2
ruoyi-admin/src/main/resources/templates/aicall/account/edit.html

@@ -203,7 +203,7 @@
         $("#intentionTipsContainer").hide(); // 客户意向提示词默认隐藏
         _hideIntentionTipsContainer = true;
 
-        if (["DeepSeekChat", "ChatGPT", "ClaudeChat", "JiutianChat"].includes(providerClassName)) {
+        if (["DeepSeekChat", "ChatGPT", "ClaudeChat", "JiutianChat", "TencentChat"].includes(providerClassName)) {
             // 显示serverUrl、apiKey、modelName、
             // llmTips、faqContext、transferToAgentTips、hangupTips、customerNoVoiceTips、openingRemarks
             container.append(_dynamicFieldsDiv["serverUrl"]);
@@ -903,4 +903,4 @@
 
 </script>
 </body>
-</html>
+</html>