diff options
Diffstat (limited to 'g4f/Provider/needs_auth/ThebApi.py')
-rw-r--r-- | g4f/Provider/needs_auth/ThebApi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/needs_auth/ThebApi.py b/g4f/Provider/needs_auth/ThebApi.py index 48879bcb..22fc62ed 100644 --- a/g4f/Provider/needs_auth/ThebApi.py +++ b/g4f/Provider/needs_auth/ThebApi.py @@ -28,6 +28,7 @@ models = { } class ThebApi(Openai): + label = "TheB.AI API" url = "https://theb.ai" working = True needs_auth = True |