-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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 Ai21Labs model support in Bedrock #3808
Conversation
@hezhijie0327 is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for raising your pull request and contributing to our Community |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3808 +/- ##
==========================================
- Coverage 92.45% 92.30% -0.15%
==========================================
Files 482 483 +1
Lines 34363 34499 +136
Branches 2125 2130 +5
==========================================
+ Hits 31772 31846 +74
- Misses 2591 2653 +62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
我倾向考虑直接集成 AWS Bedrock 的统一接口方案( Converse API )。 https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html |
I tend to consider directly integrating AWS Bedrock's unified interface solution (Converse API). https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html Otherwise, it feels like the cost of accessing each model is too high and difficult to maintain. The same applies to #3810 and #4216. |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
增加对 Bedrock 中
ai21.jamba-instruct-v1:0
模型的对话支持Note: 仅在
us-east-1
区域可用📝 补充信息 | Additional Information