diff options
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r-- | g4f/gui/client/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html index 8668c21e..d84bbbe9 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -220,7 +220,7 @@ <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">llama2-70b</option> + <option value="llama3-70b-instruct">llama3-70b-instruct</option> <option value="gemini-pro">gemini-pro</option> <option value="">----</option> </select> |