diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-19 16:14:48 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-19 16:14:48 +0200 |
commit | d4ab83a45bfef2910936dcabf3f875268631e65b (patch) | |
tree | fc8176d47b8074a8dc988b8a440b308b2784f42c /g4f/gui/client/html/index.html | |
parent | ~ (diff) | |
download | gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.tar gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.tar.gz gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.tar.bz2 gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.tar.lz gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.tar.xz gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.tar.zst gpt4free-d4ab83a45bfef2910936dcabf3f875268631e65b.zip |
Diffstat (limited to 'g4f/gui/client/html/index.html')
-rw-r--r-- | g4f/gui/client/html/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index ae5519e6..d6715ede 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -117,14 +117,7 @@ </div> <div class="field"> <select name="model" id="model"> - <option value="gpt-3.5-turbo" selected>gpt-3.5</option> - <option value="gpt-3.5-turbo-0613">gpt-3.5 fast</option> - <option value="gpt-3.5-turbo-16k">gpt-3.5 16k</option> - <option value="gpt-3.5-turbo-16k-0613">gpt-3.5 16k fast</option> - <option value="gpt-4">gpt-4</option> - <option value="gpt-4-0613">gpt-4 fast</option> - <option value="gpt-4-32k">gpt-4 32k</option> - <option value="gpt-4-32k-0613">gpt-4 32k fast</option> + <option value="gpt-3.5-turbo" selected>gpt-3.5-turbo</option> </select> </div> <div class="field"> |