diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-09 19:19:33 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-09 19:19:33 +0200 |
commit | 90715e702bbebcf2c3cfd39628c931bbadda28b0 (patch) | |
tree | f574bae75b22ee59e5c60e2f6f4017338614fd8c /g4f/gui/client/index.html | |
parent | Add async client docs (diff) | |
download | gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.gz gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.bz2 gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.lz gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.xz gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.tar.zst gpt4free-90715e702bbebcf2c3cfd39628c931bbadda28b0.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 b3cadd19..d6ad5241 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -125,8 +125,8 @@ <textarea id="Openai-api_key" name="Openai[api_key]" placeholder="..."></textarea> </div> <div class="field box"> - <label for="Openai-api_key" class="label" title="">Groq: api_key</label> - <textarea id="Openai-api_key" name="Groq[api_key]" placeholder="..."></textarea> + <label for="Groq-api_key" class="label" title="">Groq: api_key</label> + <textarea id="Groq-api_key" name="Groq[api_key]" placeholder="..."></textarea> </div> <div class="field box"> <label for="GeminiPro-api_key" class="label" title="">GeminiPro: api_key</label> |