/ releasenotes / notes / adding-async-huggingface-local-chat-generator-962512f52282d12d.yaml
adding-async-huggingface-local-chat-generator-962512f52282d12d.yaml
1  ---
2  features:
3    - |
4      Add `run_async` method to HuggingFaceLocalChatGenerator. This method internally uses ThreadPoolExecutor to return coroutines
5      that can be awaited.