Y
Hacker News
new
|
ask
|
show
|
jobs
by
hackerlight
856 days ago
> daisy chain different models and other APIs/tools together
> ensemble workflows
This is intriguing, can you explain in more detail what this looks like?
1 comments
CuriouslyC
856 days ago
Look up langchain. You can have most models format output in such a way as to facilitate programmatic execution based on their contents, and you can let the model just run that way with some checks to keep it from losing the plot.
link