fix async problems

This commit is contained in:
2023-01-21 14:48:40 +01:00
parent c5e3252ddc
commit 5052829c18
2 changed files with 74 additions and 9 deletions

View File

@@ -10,4 +10,5 @@ edition = "2018"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
rfd = "0.10.0"
chatgpt_rs = "0.6.0"
chatgpt_rs = "0.6.0"
rand = "0.8"