Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async LLM generate #4

Closed
irisu-inwl opened this issue Apr 20, 2023 · 0 comments · Fixed by #5
Closed

Async LLM generate #4

irisu-inwl opened this issue Apr 20, 2023 · 0 comments · Fixed by #5
Labels
enhancement New feature or request

Comments

@irisu-inwl
Copy link
Owner

Async support for the process of generate all questions from the LLM
I implement that functions by ChatModel.agenerate method and asyncio's runner:
https://github.com/hwchase17/langchain/blob/master/langchain/chat_models/base.py#L59

@irisu-inwl irisu-inwl added the enhancement New feature or request label Apr 20, 2023
@irisu-inwl irisu-inwl linked a pull request Apr 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant