It seems like LLM prompt chains and more general AI chains have a lot of potential. Prompt generation is also an interesting area of LLM’s, has anyone tried generating multi step chains of prompts? It seems like the task of designing prompt chains might be a task well suited for a prompt chain…
6 Likes
On my (still private beta) project Keen, I have something called a Sequencer which lets you create prompt chains like you describe. It is a simple GUI that pipes the response from one prompt into the input variable of another.
1 Like
Chronology is an open source GUI that generates python scripts for prompt chains. If indicated, it runs queries in parallel.
1 Like
How can I link you to a non-web database so you can study it and answer questions related to it