summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/index.html
diff options
context:
space:
mode:
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">';