summaryrefslogtreecommitdiffstats
path: root/g4f/Provider
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider')
-rw-r--r--g4f/Provider/Airforce.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/Airforce.py b/g4f/Provider/Airforce.py
index 986281a6..e2b4be21 100644
--- a/g4f/Provider/Airforce.py
+++ b/g4f/Provider/Airforce.py
@@ -10,7 +10,6 @@ def split_long_message(message: str, max_length: int = 4000) -> list[str]:
return [message[i:i+max_length] for i in range(0, len(message), max_length)]
class Airforce(AsyncGeneratorProvider, ProviderModelMixin):
- label = "Airforce"
url = "https://api.airforce"
image_api_endpoint = "https://api.airforce/imagine2"
text_api_endpoint = "https://api.airforce/chat/completions"