Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for fallback model in query module #165

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

fedeq
Copy link
Contributor

@fedeq fedeq commented Nov 15, 2023

This commit adds support for a fallback model in the query module. If the Open AI service is unavailable, the code uses a fallback model provided by another service. The "run_completion" function from the "llm" module is called when the service is unavailable. This change enhances the resilience of the system and ensures uninterrupted functionality for users.

This commit adds support for a fallback model in the query module. If the Open AI service is unavailable, the code uses a fallback model provided by another service. The "run_completion" function from the "llm" module is called when the service is unavailable. This change enhances the resilience of the system and ensures uninterrupted functionality for users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant