Replies: 1 comment
-
Does the retry of OutputParser work for this? |
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
-
https://twitter.com/DennisHXu/status/1637499076496461827?s=20
Instead of passing a single
llm
to chains and agents, imagine passingllms
as a list of LLMs providers? Thinking about how to also include a config that says how many times to retry with a given LLM before moving on to the next one.e.g.
Beta Was this translation helpful? Give feedback.
All reactions