diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-18 20:18:51 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-18 20:18:51 +0200 |
commit | 7e543f4747914f280454f09b070ead500fb72277 (patch) | |
tree | 94e4680f009d25d2437895262e50316c2020b80e /g4f/gui/client | |
parent | Add missing styling on phone (diff) | |
download | gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.gz gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.bz2 gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.lz gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.xz gpt4free-7e543f4747914f280454f09b070ead500fb72277.tar.zst gpt4free-7e543f4747914f280454f09b070ead500fb72277.zip |
Diffstat (limited to 'g4f/gui/client')
-rw-r--r-- | g4f/gui/client/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html index 642925e3..a6c4909b 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -134,7 +134,7 @@ <textarea id="Gemini-api_key" name="Gemini[api_key]" placeholder=""__Secure-1PSID" cookie"></textarea> </div> <div class="field box"> - <label for="GeminiPro-api_key" class="label" title="">GeminiPro:</label> + <label for="GeminiPro-api_key" class="label" title="">GeminiPro API:</label> <textarea id="GeminiPro-api_key" name="GeminiPro[api_key]" placeholder="api_key"></textarea> </div> <div class="field box"> @@ -146,12 +146,12 @@ <textarea id="HuggingFace-api_key" name="HuggingFace[api_key]" placeholder="api_key"></textarea> </div> <div class="field box"> - <label for="Openai-api_key" class="label" title="">Openai:</label> + <label for="Openai-api_key" class="label" title="">OpenAI API:</label> <textarea id="Openai-api_key" name="Openai[api_key]" placeholder="api_key"></textarea> </div> <div class="field box"> - <label for="OpenaiChat-api_key" class="label" title="">OpenaiChat:</label> - <textarea id="OpenaiChat-api_key" name="OpenaiChat[api_key]" placeholder="api_key"></textarea> + <label for="OpenaiAccount-api_key" class="label" title="">OpenAI ChatGPT:</label> + <textarea id="OpenaiAccount-api_key" name="OpenaiAccount[api_key]" placeholder="access_key"></textarea> </div> <div class="field box"> <label for="OpenRouter-api_key" class="label" title="">OpenRouter:</label> |