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(dotAI): Adding fallback mechanism when it comes to send models #29774

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

victoralfaro-dotcms
Copy link
Contributor

@victoralfaro-dotcms victoralfaro-dotcms commented Aug 28, 2024

Removing OpenAIRequest class in favor of set of classes explainied in src/main/java/com/dotcms/ai/client/README.md and integrating it with the corresponding consuming components. Integration tests added/updated.

Refs: #29284

This PR fixes: #29284

@victoralfaro-dotcms victoralfaro-dotcms force-pushed the 29284-ai-models-fallback-split-3 branch 4 times, most recently from f5bb043 to fa00db8 Compare August 28, 2024 19:55
@victoralfaro-dotcms victoralfaro-dotcms marked this pull request as ready for review August 28, 2024 21:16
Removing `OpenAIRequest` class in favor of set of classes explainied in `src/main/java/com/dotcms/ai/client/README.md` and integrating it with the corresponding consuming components. Integration tests added/updated.

Refs: #29284
@victoralfaro-dotcms victoralfaro-dotcms force-pushed the 29284-ai-models-fallback-split-3 branch from fa00db8 to d7074e3 Compare August 29, 2024 15:03
@dsilvam dsilvam requested a review from jdotcms August 29, 2024 16:03
@victoralfaro-dotcms victoralfaro-dotcms added this pull request to the merge queue Aug 29, 2024
Merged via the queue into master with commit c912b38 Aug 29, 2024
31 checks passed
@victoralfaro-dotcms victoralfaro-dotcms deleted the 29284-ai-models-fallback-split-3 branch August 29, 2024 22:28
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.

Fail gracefully when OpenAI model stops working
4 participants