How to invoke multiple LLM model in single chain or invoke multiple LLM model parallelly in Langchain?

31 Views Asked by At

llm model invocation should be parallel

chain1 = prompt | model | outputparser

chain2 = prompt2 | model2 | outputparser

0

There are 0 best solutions below