diff --git a/g4f/Provider/Airforce.py b/g4f/Provider/Airforce.py index ed9e3e9772..7c7a2764c1 100644 --- a/g4f/Provider/Airforce.py +++ b/g4f/Provider/Airforce.py @@ -29,7 +29,7 @@ def split_message(message: str, max_length: int = 1000) -> list[str]: class Airforce(AsyncGeneratorProvider, ProviderModelMixin): url = "https://llmplayground.net" api_endpoint_completions = "https://api.airforce/chat/completions" - api_endpoint_imagine2 = "https://api.airforce/v1/imagine2" + api_endpoint_imagine2 = "https://api.airforce/imagine2" working = True needs_auth = True