Skip to content

Commit

Permalink
feat(fal): use fal_v3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Oct 17, 2024
1 parent 645c372 commit 882fbb0
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 @@ -54,7 +54,7 @@ def get_builtin_repository(id: RepositoryId) -> FileRepository:

get_builtin_repository.__module__ = "__main__"

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

Expand Down

0 comments on commit 882fbb0

Please sign in to comment.