summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/index.html
diff options
context:
space:
mode:
authorkqlio67 <166700875+kqlio67@users.noreply.github.com>2024-07-29 00:37:16 +0200
committerkqlio67 <166700875+kqlio67@users.noreply.github.com>2024-07-29 00:37:16 +0200
commit51faa61f236b90efcb865eda1eb07b04e7416fc6 (patch)
tree1529bbfeb3ffc3ba9f3124e6987a2e6fc6ef2ac6 /g4f/gui/client/index.html
parentAdded Marsyoo provider with support for the gpt-4o model. Updating models.py (diff)
downloadgpt4free-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.html4
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>