diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-12 20:58:40 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-12 20:58:40 +0200 |
commit | f724c07f1b8cb1b2360d8c6675688b15cbcd85ca (patch) | |
tree | 30a7f0a12c3f959fc5da519356b9d82c6f1520d7 /g4f/Provider/needs_auth/Theb.py | |
parent | update default gpt-3.5-turbo models (diff) | |
download | gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.tar gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.tar.gz gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.tar.bz2 gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.tar.lz gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.tar.xz gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.tar.zst gpt4free-f724c07f1b8cb1b2360d8c6675688b15cbcd85ca.zip |
Diffstat (limited to 'g4f/Provider/needs_auth/Theb.py')
-rw-r--r-- | g4f/Provider/needs_auth/Theb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/Theb.py b/g4f/Provider/needs_auth/Theb.py index 2930e35d..af690063 100644 --- a/g4f/Provider/needs_auth/Theb.py +++ b/g4f/Provider/needs_auth/Theb.py @@ -32,6 +32,7 @@ models = { } class Theb(AbstractProvider): + label = "TheB.AI" url = "https://beta.theb.ai" working = True supports_gpt_35_turbo = True |