[feat] add parsing fallback

This commit is contained in:
kwaroran
2023-06-23 20:59:35 +09:00
parent 4187590f56
commit 417da32719
2 changed files with 354 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ serde_json = "1.0"
tiktoken-rs = "0.4.0"
base64 = "0.21.0"
reqwest = { version = "0.11.16", features = ["json"] }
actix-web = "4.3.1"
futures = "0.3.28"
tokio = "1.28.2"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem