-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to request support for Python’s asyncio in this library. This feature would be particularly beneficial for Python services, which often rely on asynchronous programming for efficient and scalable operations.
Some providers, such as OpenAI, already offer native async support (e.g., from openai import AsyncOpenAI
), making it straightforward to wrap these APIs. Others, like AWS, have community-supported async wrappers, such as aioboto3
. For providers without async support, an interim solution using a synchronous wrapper could be implemented while awaiting a proper asyncio implementation.
Asyncio support would greatly enhance the usability of this library. Thank you for considering this enhancement.
soulcarus, chiyiliao, rqobistp, ftnext, samarism and 5 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request