diff --git a/g4f/Provider/Airforce.py b/g4f/Provider/Airforce.py index c9f0b6d208a..f65cd953c35 100644 --- a/g4f/Provider/Airforce.py +++ b/g4f/Provider/Airforce.py @@ -28,7 +28,6 @@ def split_message(message: str, max_length: int = 1000) -> list[str]: return chunks class Airforce(AsyncGeneratorProvider, ProviderModelMixin): - label = "LLM Playground" url = "https://llmplayground.net" api_endpoint_completions = "https://api.airforce/chat/completions" api_endpoint_imagine = "https://api.airforce/imagine2"