WIP: Stream in completions
Drop dependency on tokio introduced by async-openai and do it ourselves. The approach I'm taking of replacing instead of appending is causing issues. Need to just append.
This commit is contained in:
@@ -17,7 +17,7 @@ backtrace = "0.3"
|
||||
log.workspace = true
|
||||
lazy_static.workspace = true
|
||||
futures.workspace = true
|
||||
isahc = "1.7"
|
||||
isahc.workspace = true
|
||||
smol.workspace = true
|
||||
url = "2.2"
|
||||
rand.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user