-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add SageMaker as a LLM provider #1947
Conversation
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment: Integration of Amazon SageMaker as an LLM ProviderOverviewThis pull request introduces Amazon SageMaker as a new LLM provider in the crewAI framework. The modifications span across two main files: Documentation Changes (
|
* Add SageMaker as a LLM provider * Removed unnecessary constants; updated docs to align with bootstrap naming convention --------- Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
Closes #1896
Changes made:
Add SageMaker as a LLM provider when bootstrapping new CrewAI projects via the(this is already included by choosing "Other" --> "SageMaker")crewai create crew
command