Remove old openai crate
This commit is contained in:
parent
c9fcdba421
commit
e9b38c069a
3 changed files with 5 additions and 122 deletions
|
@ -9,13 +9,16 @@ parking_lot = "0.12.1"
|
|||
poise = "0.6.1"
|
||||
tracing = "0.1.37"
|
||||
tracing-futures = "0.2.5"
|
||||
openai = "1.0.0-alpha.8"
|
||||
rand = "0.8.5"
|
||||
reqwest = "0.11.23"
|
||||
songbird = "0.4.0"
|
||||
thiserror = "1.0.39"
|
||||
async-openai = "0.18.1"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.11.23"
|
||||
default-features = false
|
||||
features = ["rustls-tls"]
|
||||
|
||||
[dependencies.symphonia]
|
||||
version = "0.5.2"
|
||||
features = ["mkv"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue