Switch from openai to async-openai crate

This commit is contained in:
Alex Page 2024-01-25 18:28:28 -05:00
parent ec66822602
commit ddaf3ee7f2
4 changed files with 171 additions and 39 deletions

View file

@ -14,6 +14,7 @@ rand = "0.8.5"
reqwest = "0.11.23"
songbird = "0.4.0"
thiserror = "1.0.39"
async-openai = "0.18.1"
[dependencies.symphonia]
version = "0.5.2"