diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-09 03:10:59 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-09 03:10:59 +0100 |
commit | 14167671d42dfcb905e4fd0b53f3fd41f4d7e54c (patch) | |
tree | f2bccb155cebca3f2250862201bb8c57f0f68158 /g4f/gui/client/html/index.html | |
parent | Expire cache, Fix multiple websocket conversations in OpenaiChat (diff) | |
download | gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.tar gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.tar.gz gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.tar.bz2 gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.tar.lz gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.tar.xz gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.tar.zst gpt4free-14167671d42dfcb905e4fd0b53f3fd41f4d7e54c.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/client/html/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index 86ab157d..5a9d1178 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -116,6 +116,7 @@ </div> </div> <div class="conversation"> + <textarea id="systemPrompt" class="box" placeholder="System prompt"></textarea> <div id="messages" class="box"></div> <div class="toolbar"> <div id="input-count" class=""> |