diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-09 19:05:05 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-09 19:05:05 +0100 |
commit | 74a33f10dd4bcac9e9f9716ffa27d3876fc976a0 (patch) | |
tree | 80ba1d0a2d2cdbe44b6ad83c378057772d92725f /g4f/gui/client/html | |
parent | Add system message input to gui (diff) | |
download | gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.tar gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.tar.gz gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.tar.bz2 gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.tar.lz gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.tar.xz gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.tar.zst gpt4free-74a33f10dd4bcac9e9f9716ffa27d3876fc976a0.zip |
Diffstat (limited to 'g4f/gui/client/html')
-rw-r--r-- | g4f/gui/client/html/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index 5a9d1178..85192d23 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -37,10 +37,6 @@ import llamaTokenizer from "llama-tokenizer-js" </script> <script src="https://unpkg.com/gpt-tokenizer/dist/cl100k_base.js" async></script> - <script type="module" async> - import { countWords } from 'https://esm.run/alfaaz'; - window.countWords = countWords; - </script> <script> const user_image = '<img src="/assets/img/user.png" alt="your avatar">'; const gpt_image = '<img src="/assets/img/gpt.png" alt="your avatar">'; @@ -55,7 +51,6 @@ } #message-input { - margin-right: 30px; height: 82px; margin-left: 20px; } |