Skip to content

Commit

Permalink
Initialize TikTok token Rust app and add async-openai as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su authored and zurawiki committed Jun 27, 2023
1 parent 53b3554 commit 42d94e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiktoken-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ pyo3 = { version = "0.19.0", optional = true }
rustc-hash = "1.1.0"

[features]
default = ["async-openai"]
python = ["dep:pyo3"] # build python bindings
async-openai = ["dep:async-openai"]

0 comments on commit 42d94e1

Please sign in to comment.