Is there a convenient way to make sequential gptel-request? #689
101scholar
started this conversation in
General
Replies: 1 comment
-
Use For more fine-grained control you can use |
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
-
When the stream option is set to
t
, I want to chain multiple gptel prompts so that once one completes, the combination of all prior inputs and outputs, together with current output and the new prompt are sent as the input for the next gptel-request.Is there a convenient way to do so, and what is your best practice suggestion? Maybe callback function?
Beta Was this translation helpful? Give feedback.
All reactions