diff options
author | kqlio67 <166700875+kqlio67@users.noreply.github.com> | 2024-07-29 00:37:16 +0200 |
---|---|---|
committer | kqlio67 <166700875+kqlio67@users.noreply.github.com> | 2024-07-29 00:37:16 +0200 |
commit | 51faa61f236b90efcb865eda1eb07b04e7416fc6 (patch) | |
tree | 1529bbfeb3ffc3ba9f3124e6987a2e6fc6ef2ac6 /g4f/gui/client/index.html | |
parent | Added Marsyoo provider with support for the gpt-4o model. Updating models.py (diff) | |
download | gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.tar gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.tar.gz gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.tar.bz2 gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.tar.lz gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.tar.xz gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.tar.zst gpt4free-51faa61f236b90efcb865eda1eb07b04e7416fc6.zip |
Diffstat (limited to 'g4f/gui/client/index.html')
-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 a2f883d9..1a660062 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -229,8 +229,8 @@ <option value="">Model: Default</option> <option value="gpt-4">gpt-4</option> <option value="gpt-3.5-turbo">gpt-3.5-turbo</option> - <option value="llama2-70b">llama2-70b</option> - <option value="llama3-70b-instruct">llama3-70b-instruct</option> + <option value="llama-3-70b-chat">llama-3-70b-chat</option> + <option value="llama-3.1-70b">llama-3.1-70b</option> <option value="gemini-pro">gemini-pro</option> <option value="">----</option> </select> |