[feat] modified args in ain

This commit is contained in:
kwaroran
2023-06-28 01:32:50 +09:00
parent ca6327ed2e
commit 8349a9cf3e
2 changed files with 271 additions and 232 deletions

View File

@@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.2.1", features = [] }
[dependencies]
tauri = { version = "1.2.4", features = ["app-all", "dialog-all", "fs-all", "http-all", "os-all", "path-all", "process-relaunch", "protocol-all", "shell-open", "window-maximize", "window-set-fullscreen"] }
tauri = { version = "1.2.4", features = ["app-all", "dialog-all", "fs-all", "http-all", "os-all", "path-all", "process-relaunch", "protocol-all", "reqwest-client", "shell-open", "window-maximize", "window-set-fullscreen"] }
serde_json = "1.0"
tiktoken-rs = "0.4.0"
base64 = "0.21.0"