summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Airforce.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-11-08 18:20:21 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-11-08 18:20:21 +0100
commitdb347ef09734f9292ba449b242186d89746c0b64 (patch)
tree673b96af58ac149c12bdc9d208e47eb4fc2223d3 /g4f/Provider/Airforce.py
parentUpdate (g4f/client/) (diff)
downloadgpt4free-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.py4
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