diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-08 18:20:21 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-08 18:20:21 +0100 |
commit | db347ef09734f9292ba449b242186d89746c0b64 (patch) | |
tree | 673b96af58ac149c12bdc9d208e47eb4fc2223d3 /g4f/Provider/Airforce.py | |
parent | Update (g4f/client/) (diff) | |
download | gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.gz gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.bz2 gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.lz gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.xz gpt4free-db347ef09734f9292ba449b242186d89746c0b64.tar.zst gpt4free-db347ef09734f9292ba449b242186d89746c0b64.zip |
Diffstat (limited to 'g4f/Provider/Airforce.py')
-rw-r--r-- | g4f/Provider/Airforce.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/Airforce.py b/g4f/Provider/Airforce.py index b7819f9a..8ea0a174 100644 --- a/g4f/Provider/Airforce.py +++ b/g4f/Provider/Airforce.py @@ -12,8 +12,8 @@ from .airforce.AirforceImage import AirforceImage class Airforce(AsyncGeneratorProvider, ProviderModelMixin): url = "https://api.airforce" - api_endpoint_completions = AirforceChat.api_endpoint_completions - api_endpoint_imagine2 = AirforceImage.api_endpoint_imagine2 + api_endpoint_completions = AirforceChat.api_endpoint + api_endpoint_imagine2 = AirforceImage.api_endpoint working = True supports_stream = AirforceChat.supports_stream supports_system_message = AirforceChat.supports_system_message |