Skip to content

Commit

Permalink
Change address in Airforce provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Dec 5, 2024
1 parent d9ddc70 commit c262f94
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 @@ -68,7 +68,7 @@ def fetch_completions_models(cls):
@classmethod
def fetch_imagine_models(cls):
response = requests.get(
'https://api.airforce/imagine/models',
'https://api.airforce/v1/imagine2/models',
verify=False
)
response.raise_for_status()
Expand Down

0 comments on commit c262f94

Please sign in to comment.