summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/index.html
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-09 05:54:47 +0200
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-09 05:54:47 +0200
commitd4a92bb8df56009a7e5520dca0a3ed8f79e92d06 (patch)
tree1e044ae1edfcc1f737b40ae1ecf59d25e371fd3d /g4f/gui/client/index.html
parentAdd DuckDuckGo Provider, Add SpeechRecognition to gui (diff)
downloadgpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.tar
gpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.tar.gz
gpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.tar.bz2
gpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.tar.lz
gpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.tar.xz
gpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.tar.zst
gpt4free-d4a92bb8df56009a7e5520dca0a3ed8f79e92d06.zip
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r--g4f/gui/client/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html
index 440d8922..b3cadd19 100644
--- a/g4f/gui/client/index.html
+++ b/g4f/gui/client/index.html
@@ -37,6 +37,7 @@
import llamaTokenizer from "llama-tokenizer-js"
</script>
<script src="https://unpkg.com/gpt-tokenizer/dist/cl100k_base.js" async></script>
+ <script src="/static/js/text_to_speech/index.js" async></script>
<script>
const user_image = '<img src="/static/img/user.png" alt="your avatar">';
const gpt_image = '<img src="/static/img/gpt.png" alt="your avatar">';