Replies: 1 comment
-
Hello, I've created a feature ask issue for this :), please track here #1760 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All of my use cases are very light on resources because they basically just call external APIs to do the heavy lifting for them (LLMs, AI Search, ...). However, they oftentimes take several seconds to execute because they're waiting for the generation to complete.
So I think I can run pretty complex flows on very cheap hardware but it's clear the logic needs to support asynchronous behavior.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions