Closed
Description
The current release adds support for async functions calls. However, the bottom call to openai is still sync. This basically precludes using this in any true async system as calls to the llm are the bottleneck. Openai does have an async client in its newer releases which we should utilize when the conversation or reply is initiated as async.
Metadata
Assignees
Labels
No labels
Activity