summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/index.html
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-11-06 13:07:24 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-11-06 13:07:24 +0100
commit58b4a19efedc6b010bf58ce0d863437455bacdc2 (patch)
treec13d6b513e8202908dd5d559c125dcb50c384ec7 /g4f/gui/client/index.html
parentUpdate (docs/providers-and-models.md g4f/models.py g4f/gui/client/index.html g4f/Provider/Cloudflare.py) (diff)
downloadgpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.tar
gpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.tar.gz
gpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.tar.bz2
gpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.tar.lz
gpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.tar.xz
gpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.tar.zst
gpt4free-58b4a19efedc6b010bf58ce0d863437455bacdc2.zip
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r--g4f/gui/client/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html
index c81621ed..ad87a7f1 100644
--- a/g4f/gui/client/index.html
+++ b/g4f/gui/client/index.html
@@ -245,11 +245,12 @@
<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="DDG">DDG</option>
+ <option value="DDG">DuckDuckGo</option>
<option value="Pizzagpt">Pizzagpt</option>
<option value="">----</option>
</select>