diff --git a/Images/ai-images.py b/Images/ai-images.py index 70bd02c..19c2ea6 100644 --- a/Images/ai-images.py +++ b/Images/ai-images.py @@ -19,7 +19,7 @@ def image_generate(prompt: str): # If the model endpoint is Azure, we need to use a different header if "azure.com" in url: headers["api-key"] = TOKEN - # otherwise default to the standard header format for openai + # otherwise default to the standard header format for openai else: headers["Authorization"] = f"Bearer {TOKEN}" data = {