Skip to content

Commit

Permalink
Update g4f/Provider/Airforce.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Dec 3, 2024
1 parent 29ea7ef commit 8193daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/Airforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8193daa

Please sign in to comment.