Closed
Description
Problem
I want to have the same prompt answered by multiple LLMs with one command.
Proposed Solution
Use LangChain's ModelLaboratory to perform model comparisons by running the same prompt, with the same interpolations, across multiple models.
Additional context
Possible syntax:
%%ai provider1:model1,provider2:model2,alias3,alias4,…
My prompt goes here
Activity