diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-09 19:08:17 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-09 19:08:17 +0100 |
commit | d2f36d5ac34bcfd3ef56f032ae756d867d32f99e (patch) | |
tree | 653c2684748e582cebb2656f3f20dd84b30ceb4b /g4f | |
parent | feat(g4f/api/__init__.py): Update image generation response format (diff) | |
download | gpt4free-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.html | 4 |
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> |