diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-14 18:49:41 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-14 18:49:41 +0100 |
commit | 95b1b8c02574faacd520d8fd539a1e1d93035aa2 (patch) | |
tree | 86df2f5121e611ac910c71ddc79704118b9b4a93 /g4f/gui/client/html/index.html | |
parent | Filter not working provider from RetryProvider (diff) | |
download | gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.tar gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.tar.gz gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.tar.bz2 gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.tar.lz gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.tar.xz gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.tar.zst gpt4free-95b1b8c02574faacd520d8fd539a1e1d93035aa2.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/client/html/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index eeebce80..d70f87a1 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -94,11 +94,10 @@ <i class="fa-regular fa-trash"></i> <span>Clear Conversations</span> </button> - <div class="info"> - <i class="fa-brands fa-telegram"></i> - <span class="convo-title">tele ~ <a href="https://t.me/g4f_official">@g4f_official</a> - </span> - </div> + <button onclick="save_storage()"> + <i class="fa-solid fa-download"></i> + <a href="" onclick="return false;">Export Conversations</a> + </button> <div class="info"> <i class="fa-brands fa-github"></i> <span class="convo-title">github ~ <a href="https://github.com/xtekky/gpt4free">@gpt4free</a> @@ -161,7 +160,7 @@ <option value="gemini-pro">gemini-pro</option> <option value="">----</option> </select> - <select name="model2" id="model2" class="hidden"> + <select name="model2" id="model2" class="hidden"></select> </div> <div class="field"> <select name="jailbreak" id="jailbreak" style="display: none;"> |