diff options
author | hdsz25 <hdsz25@hotmail.com> | 2023-10-28 17:58:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 17:58:36 +0200 |
commit | b8a3db526ce25932658131fcb96a3576f43672b1 (patch) | |
tree | a13de9a42c0bf890662f5ef81c28eecd86b39cb3 /g4f/gui/client/html/index.html | |
parent | Merge pull request #1175 from Biflez48/main (diff) | |
download | gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.gz gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.bz2 gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.lz gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.xz gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.zst gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/client/html/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html index 9dea5fe6..66534a51 100644 --- a/g4f/gui/client/html/index.html +++ b/g4f/gui/client/html/index.html @@ -130,9 +130,9 @@ <option value="google-bard">google-bard</option> <option value="google-palm">google-palm</option> <option value="bard">bard</option> - <option value="falcon-40b">falcon-40b</option> - <option value="falcon-7b">falcon-7b</option> - <option value="llama-13b">llama-13b</option> + <option value="llama2-7b">llama2-7b</option> + <option value="llama2-13b">llama2-13b</option> + <option value="llama2-70b">llama2-70b</option> <option value="command-nightly">command-nightly</option> <option value="gpt-neox-20b">gpt-neox-20b</option> <option value="santacoder">santacoder</option> @@ -188,7 +188,7 @@ <option value="g4f.Provider.Aibn">Aibn</option> <option value="g4f.Provider.Bing">Bing</option> <option value="g4f.Provider.You">You</option> - <option value="g4f.Provider.H2o">H2o</option> + <option value="g4f.Provider.Llama2">Llama2</option> <option value="g4f.Provider.Aivvm">Aivvm</option> </select> </div> @@ -203,4 +203,4 @@ </script> </body> -</html>
\ No newline at end of file +</html> |