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 Nov 27, 2024
1 parent 9db8825 commit f3f0a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion g4f/Provider/Airforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3f0a84

Please sign in to comment.