docs/how_to/fallbacks/ #28610
Replies: 1 comment
-
This model , model="llama-3.3-70b-versatile", now passes structured outputs like JSON. |
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
-
docs/how_to/fallbacks/
When working with language models, you may often encounter issues from the underlying APIs, whether these be rate limiting or downtime. Therefore, as you go to move your LLM applications into production it becomes more and more important to safeguard against these. That's why we've introduced the concept of fallbacks.
https://python.langchain.com/docs/how_to/fallbacks/
Beta Was this translation helpful? Give feedback.
All reactions