diff options
author | Commenter123321 <36051603+Commenter123321@users.noreply.github.com> | 2023-10-10 15:11:17 +0200 |
---|---|---|
committer | Commenter123321 <36051603+Commenter123321@users.noreply.github.com> | 2023-10-10 15:11:17 +0200 |
commit | 9239c5720002f31b67bdd1ee805e2cd9b528d085 (patch) | |
tree | d48901a7bcce0cdac262f189b67fb5178542e4ce /g4f/gui/client/html/index.html | |
parent | fix provider thing in gui (diff) | |
download | gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.tar gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.tar.gz gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.tar.bz2 gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.tar.lz gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.tar.xz gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.tar.zst gpt4free-9239c5720002f31b67bdd1ee805e2cd9b528d085.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/client/html/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index bb472706..c15584b8 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -118,9 +118,13 @@ <div class="field"> <select name="model" id="model"> <option value="gpt-3.5-turbo" selected>gpt-3.5</option> - <option value="gpt-4">gpt-4</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" selected>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> </select> </div> <div class="field"> |