-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix: corrected the issues with the replicate integration #8404
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
fix: corrected the issues with the replicate integration #8404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 4 files
1a2c6b9 to
1ad456d
Compare
RomneyDa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Olyray thanks for the contribution!
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.35.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
In #5561 there was a problem with the Replicate integration for Claude. I fixed the integration issue.
After fixing the specific claude integration issues, I noticed that it still wasn't working because there was a deeper issue with the Replicate integration. The API wasn't accepting the signal parameter. So I also fixed that issue and the integration is working fine.
Checklist
Screen recording or screenshot
Summary by cubic
Fixed the Replicate integration for Claude by removing the unsupported signal parameter, adding chat streaming, and mapping Claude 4 Sonnet correctly. This enables using Claude via Replicate in the app and improves error handling.
Bug Fixes
New Features