summaryrefslogtreecommitdiffstats
path: root/g4f/gui
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2024-11-15 11:18:56 +0100
committerGitHub <noreply@github.com>2024-11-15 11:18:56 +0100
commitf65ebd98518bc42bd83a9205f3eab9cb06de566a (patch)
tree82ceabb9503acd0e1301b6eb7e20493cc18f3672 /g4f/gui
parentFIX: fix the url in the markdown output (md compliance), and the chunk/ImageResponse to str ! (#2353) (diff)
parentquick fix for Conflicts (diff)
downloadgpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.tar
gpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.tar.gz
gpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.tar.bz2
gpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.tar.lz
gpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.tar.xz
gpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.tar.zst
gpt4free-f65ebd98518bc42bd83a9205f3eab9cb06de566a.zip
Diffstat (limited to 'g4f/gui')
-rw-r--r--g4f/gui/client/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html
index 7e8ef09c..8cbe526c 100644
--- a/g4f/gui/client/index.html
+++ b/g4f/gui/client/index.html
@@ -72,7 +72,7 @@
</button>
<div class="info">
<i class="fa-brands fa-discord"></i>
- <span class="convo-title">discord ~ <a href="https://discord.gg/XfybzPXPH5">discord.gg/XfybzPXPH5</a>
+ <span class="convo-title">discord ~ <a href="https://discord.gg/5E39JUWUFa">discord.gg/5E39JUWUFa</a>
</span>
</div>
<div class="info">
@@ -237,7 +237,7 @@
<option value="gemini-flash">gemini-flash</option>
<option value="claude-3-haiku">claude-3-haiku</option>
<option value="claude-3.5-sonnet">claude-3.5-sonnet</option>
- <option value="">----</option>
+ <option disabled="disabled">----</option>
</select>
<select name="model2" id="model2" class="hidden"></select>
</div>
@@ -245,14 +245,14 @@
<select name="provider" id="provider">
<option value="">Provider: Auto</option>
<option value="OpenaiChat">OpenAI ChatGPT</option>
+ <option value="ChatGpt">ChatGpt</option>
<option value="Gemini">Gemini</option>
<option value="MetaAI">Meta AI</option>
<option value="DeepInfraChat">DeepInfraChat</option>
<option value="Blackbox">Blackbox</option>
- <option value="HuggingChat">HuggingChat</option>
- <option value="DDG">DDG</option>
+ <option value="DDG">DuckDuckGo</option>
<option value="Pizzagpt">Pizzagpt</option>
- <option value="">----</option>
+ <option disabled="disabled">----</option>
</select>
</div>
</div>