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

feat: defer reply of the LLM commands #68

Merged
merged 2 commits into from
Apr 27, 2024
Merged

feat: defer reply of the LLM commands #68

merged 2 commits into from
Apr 27, 2024

Conversation

samhwang
Copy link
Contributor

@samhwang samhwang commented Apr 27, 2024

These commands have to be resolved within 3 seconds by default, but it's taking way longer
because of how complex LLMs are, so we will need to defer the replies.

References:

@samhwang samhwang force-pushed the feat-defer-reply branch 2 times, most recently from c459bcd to 48aa794 Compare April 27, 2024 09:17
These commands have to be resolved within 3 seconds by default, but it's taking way longer
because of how complex LLMs are, so we will need to defer the replies.
@samhwang samhwang merged commit f300def into main Apr 27, 2024
3 checks passed
@samhwang samhwang deleted the feat-defer-reply branch April 27, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants