summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/index.html
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-05-19 03:42:51 +0200
committerGitHub <noreply@github.com>2024-05-19 03:42:51 +0200
commit435943665fc1a0fd99c32fa31c7b9e0513132cbc (patch)
tree2199dba514c4c6fea04006387b2ea998090013a8 /g4f/gui/client/index.html
parentMerge pull request #1976 from hlohaus/leech (diff)
parentAdd dark mode config, slide system prompt (diff)
downloadgpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.tar
gpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.tar.gz
gpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.tar.bz2
gpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.tar.lz
gpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.tar.xz
gpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.tar.zst
gpt4free-435943665fc1a0fd99c32fa31c7b9e0513132cbc.zip
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r--g4f/gui/client/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html
index d3cddd3c..3c428f38 100644
--- a/g4f/gui/client/index.html
+++ b/g4f/gui/client/index.html
@@ -93,6 +93,11 @@
<div class="paper">
<h3>Settings</h3>
<div class="field">
+ <span class="label">Enable Dark Mode</span>
+ <input type="checkbox" id="darkMode" checked />
+ <label for="darkMode" class="toogle" title=""></label>
+ </div>
+ <div class="field">
<span class="label">Web Access with DuckDuckGo</span>
<input type="checkbox" id="switch" />
<label for="switch" class="toogle" title="Add the pages of the first 5 search results to the query."></label>
@@ -169,8 +174,11 @@
</div>
</div>
<div class="conversation">
- <textarea id="systemPrompt" class="box" placeholder="System prompt"></textarea>
+ <textarea id="systemPrompt" class="box" placeholder="System prompt"></textarea>
<div id="messages" class="box"></div>
+ <button class="slide-systemPrompt">
+ <i class="fa-solid fa-angles-up"></i>
+ </button>
<div class="toolbar">
<div id="input-count" class="">
<button class="hide-input">