Skip to content

Commit

Permalink
feat(toolkit): fallback to fal instead of cdn (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Feb 18, 2025
1 parent 2cbf7ac commit edeb221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fal/src/fal/toolkit/file/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_builtin_repository(id: RepositoryId | FileRepository) -> FileRepository:
get_builtin_repository.__module__ = "__main__"

DEFAULT_REPOSITORY: FileRepository | RepositoryId = "fal_v3"
FALLBACK_REPOSITORY: FileRepository | RepositoryId = "cdn"
FALLBACK_REPOSITORY: FileRepository | RepositoryId = "fal"
OBJECT_LIFECYCLE_PREFERENCE_KEY = "x-fal-object-lifecycle-preference"


Expand Down

0 comments on commit edeb221

Please sign in to comment.