Skip to content

Commit 2580fef

Browse files
committed
remove offline from default
1 parent 2d30e98 commit 2580fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ llm = { git = "https://github.com/rustformers/llm" , branch = "main", optional =
3939
rand = { version = "0.8.4", optional = true }
4040

4141
[features]
42-
default = ["whatlang-detector", "online", "fetch_languages", "generate", "offline"]
42+
default = ["whatlang-detector", "online", "fetch_languages", "generate"]
4343

4444
whatlang-detector = ["dep:whatlang"]
4545
lingua-detector = ["dep:lingua"]

0 commit comments

Comments
 (0)