fix: correct API base URL from api.magnific.ai to api.magnific.com

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 17:47:34 +02:00
parent 941fd14ccf
commit 8e56dc1d52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class MagnificConfig(BaseSettings):
)
api_key: Optional[str] = None
base_url: str = "https://api.magnific.ai"
base_url: str = "https://api.magnific.com"
default_output_dir: str = "."
default_image_model: str = "flux-2-pro"
default_video_model: str = "kling-o1-pro"