mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Lorenze/bedrock llm (#3693)
* feat: add AWS Bedrock support and update dependencies - Introduced BedrockCompletion class for AWS Bedrock integration in LLM. - Added boto3 as a new dependency in both pyproject.toml and uv.lock. - Updated LLM class to support Bedrock provider. - Created new files for Bedrock provider implementation. * using converse api * converse * linted * refactor: update BedrockCompletion class to improve parameter handling - Changed max_tokens from a fixed integer to an optional integer. - Simplified model ID assignment by removing the inference profile mapping method. - Cleaned up comments and unnecessary code related to tool specifications and model-specific parameters.
This commit is contained in:
@@ -85,6 +85,9 @@ voyageai = [
|
||||
litellm = [
|
||||
"litellm>=1.74.9",
|
||||
]
|
||||
boto3 = [
|
||||
"boto3>=1.40.45",
|
||||
]
|
||||
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user