diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-11-18 19:21:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 19:21:08 +0100 |
commit | b93711529e2b32aaac589814d77863b74373ffe4 (patch) | |
tree | 447a5232ae89c2775608c237330f3aa0ecc379a7 /g4f/gui/client/index.html | |
parent | Update Blackbox.py (diff) | |
parent | Update unittests (diff) | |
download | gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.tar gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.tar.gz gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.tar.bz2 gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.tar.lz gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.tar.xz gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.tar.zst gpt4free-b93711529e2b32aaac589814d77863b74373ffe4.zip |
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r-- | g4f/gui/client/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html index e650d7e0..63e47b3f 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -245,6 +245,7 @@ <select name="provider" id="provider"> <option value="">Provider: Auto</option> <option value="OpenaiChat">OpenAI ChatGPT</option> + <option value="Copilot">Microsoft Copilot</option> <option value="ChatGpt">ChatGpt</option> <option value="Gemini">Gemini</option> <option value="MetaAI">Meta AI</option> |