summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-11-09 19:08:17 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-11-09 19:08:17 +0100
commitd2f36d5ac34bcfd3ef56f032ae756d867d32f99e (patch)
tree653c2684748e582cebb2656f3f20dd84b30ceb4b /g4f
parentfeat(g4f/api/__init__.py): Update image generation response format (diff)
downloadgpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.tar
gpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.tar.gz
gpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.tar.bz2
gpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.tar.lz
gpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.tar.xz
gpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.tar.zst
gpt4free-d2f36d5ac34bcfd3ef56f032ae756d867d32f99e.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/gui/client/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html
index ad87a7f1..8cbe526c 100644
--- a/g4f/gui/client/index.html
+++ b/g4f/gui/client/index.html
@@ -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>
@@ -252,7 +252,7 @@
<option value="Blackbox">Blackbox</option>
<option value="DDG">DuckDuckGo</option>
<option value="Pizzagpt">Pizzagpt</option>
- <option value="">----</option>
+ <option disabled="disabled">----</option>
</select>
</div>
</div>