fastgpt char

This commit is contained in:
archer
2023-09-02 00:28:08 +08:00
parent b9b50a0f5a
commit 1fe2c49204
7 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ async function embedChatbot() {
const iframe = document.createElement('iframe');
iframe.allow = 'fullscreen;microphone';
iframe.title = 'FastGpt Chat Window';
iframe.title = 'FastGPT Chat Window';
iframe.id = chatWindowId;
iframe.src = botSrc;