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:
@@ -8,7 +8,7 @@ import httpx
|
||||
|
||||
from magnific_cli import __version__
|
||||
|
||||
BASE_URL = "https://api.magnific.ai"
|
||||
BASE_URL = "https://api.magnific.com"
|
||||
DEFAULT_TIMEOUT = 60.0
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user