diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-23 19:57:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 19:57:43 +0200 |
commit | 431621b2747ce62d46c1af53e72d457b46b1c3b1 (patch) | |
tree | e681d6919241cd10406643e12c48d3960b5f52eb /g4f/gui/client/index.html | |
parent | Merge pull request #1881 from hlohaus/css (diff) | |
parent | Fix issue with You.com and nodriver (diff) | |
download | gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.gz gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.bz2 gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.lz gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.xz gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.zst gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.zip |
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r-- | g4f/gui/client/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html index cfca51a9..66bcaaab 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -147,7 +147,7 @@ </div> <div class="field box"> <label for="OpenaiAccount-api_key" class="label" title="">OpenAI ChatGPT:</label> - <textarea id="OpenaiAccount-api_key" name="OpenaiAccount[api_key]" placeholder="access_key"></textarea> + <textarea id="OpenaiAccount-api_key" name="OpenaiAccount[api_key]" class="OpenaiChat-api_key" placeholder="access_key"></textarea> </div> <div class="field box"> <label for="OpenRouter-api_key" class="label" title="">OpenRouter:</label> @@ -230,9 +230,10 @@ <select name="provider" id="provider"> <option value="">Provider: Auto</option> <option value="Bing">Bing</option> - <option value="OpenaiChat">OpenaiChat</option> + <option value="OpenaiChat">OpenAI ChatGPT</option> <option value="Gemini">Gemini</option> <option value="Liaobots">Liaobots</option> + <option value="MetaAI">Meta AI</option> <option value="You">You</option> <option value="">----</option> </select> |