This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-05 04:35:25 -06:00
parent 055510a6d0
commit 89e0508f96
4 changed files with 590 additions and 23 deletions

View file

@ -25,3 +25,5 @@ serde_json = "1"
tiktoken-rs = "0.5"
tokio = { version = "1", features = ["full"] }
itertools = "0.12"
derive_builder = "0.12.0"
rayon = "1.8.0"