-
Hi team, Is there any fallback mechanism in semantic-kernel python lib? I have a use case that requires:
I want to add this fallback logic globally for the semantic kernel in my project - not sure if there is any good way for this. |
Beta Was this translation helpful? Give feedback.
Answered by
sphenry
Feb 6, 2025
Replies: 1 comment 1 reply
-
Semantic doesn't have built in fallback logic right now, but you can build your own like the sample here: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos/AIModelRouter |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
0xffmeta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Semantic doesn't have built in fallback logic right now, but you can build your own like the sample here: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos/AIModelRouter