diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-19 15:26:03 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-19 15:26:03 +0100 |
commit | 8f3fbee0d8a4ca69af72dae989ae8954181d0108 (patch) | |
tree | 0481d391ff397c7d4be93a7224c3717e03ae2b3f /g4f/gui/client/index.html | |
parent | Fix generate messages on error in gui (diff) | |
download | gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.tar gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.tar.gz gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.tar.bz2 gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.tar.lz gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.tar.xz gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.tar.zst gpt4free-8f3fbee0d8a4ca69af72dae989ae8954181d0108.zip |
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r-- | g4f/gui/client/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html index b256b0be..3a2197de 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -170,6 +170,10 @@ <i class="fa-solid fa-download"></i> <a href="" onclick="return false;">Export Conversations</a> </button> + <button id="showLog"> + <i class="fa-solid fa-terminal"></i> + <a href="" onclick="return false;">Show log</a> + </button> </div> </div> <div class="conversation"> @@ -257,6 +261,7 @@ </div> </div> </div> + <div class="log hidden"></div> </div> <div class="mobile-sidebar"> <i class="fa-solid fa-bars"></i> |