diff options
author | Commenter123321 <36051603+Commenter123321@users.noreply.github.com> | 2023-10-10 15:56:35 +0200 |
---|---|---|
committer | Commenter123321 <36051603+Commenter123321@users.noreply.github.com> | 2023-10-10 15:56:35 +0200 |
commit | be41898736c80a33033e1cbc5ccbaebd8f5b23cf (patch) | |
tree | 891c9e1aaf8fec34bac0b4031cfeb1ca8354e402 /g4f/gui/client/html | |
parent | what (diff) | |
download | gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.tar gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.tar.gz gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.tar.bz2 gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.tar.lz gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.tar.xz gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.tar.zst gpt4free-be41898736c80a33033e1cbc5ccbaebd8f5b23cf.zip |
Diffstat (limited to 'g4f/gui/client/html')
-rw-r--r-- | g4f/gui/client/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index f77dd910..7825cf8c 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -121,7 +121,7 @@ <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" selected>gpt-4</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> |