-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[FEATURE] Add Amazon SageMaker as a provider #1896
Comments
+1 to this request. I've done a quick test and here are my findings:
replace-with-agent-name:
role: [...]
goal: [...]
backstory: [...]
llm: sagemaker_chat/replace-with-endpoint-name
# alternatively, if the model does not support the Messages API:
# llm: sagemaker/replace-with-endpoint-name What I could not figure out was how to use the
Looking forward to official Crew.AI documentation on this very common use case! |
Good callouts 🔥 , I had similar findings as well. To configure model parameters, I found you can just update one of the Agents in the Agent(
config=self.agents_config['researcher'],
verbose=True,
llm=LLM(
model="sagemaker/my-endpoint",
temperature=0.6,
top_p=0.9,
details=True,
max_new_tokens=1000,
verbose=True
)
) |
Feature Area
Documentation
Is your feature request related to a an existing bug? Please link it here.
NA
Describe the solution you'd like
Describe alternatives you've considered
NA
Additional context
NA
Willingness to Contribute
Yes, I'd be happy to submit a pull request
The text was updated successfully, but these errors were encountered: