|
|
@@ -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>
|