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
@@ -8,7 +8,7 @@ import httpx
from magnific_cli import __version__ from magnific_cli import __version__
BASE_URL = "https://api.magnific.ai" BASE_URL = "https://api.magnific.com"
DEFAULT_TIMEOUT = 60.0 DEFAULT_TIMEOUT = 60.0
+1 -1
View File
@@ -31,7 +31,7 @@ class MagnificConfig(BaseSettings):
) )
api_key: Optional[str] = None api_key: Optional[str] = None
base_url: str = "https://api.magnific.ai" base_url: str = "https://api.magnific.com"
default_output_dir: str = "." default_output_dir: str = "."
default_image_model: str = "flux-2-pro" default_image_model: str = "flux-2-pro"
default_video_model: str = "kling-o1-pro" default_video_model: str = "kling-o1-pro"