How to use crewAI with AWS bedrock ?
how to use crewAI with AWS bedrock ? I can not use local LLM and OpenAI but I have access of AWS bedrock. Is there any way I can use This ?
Can you access AWS Bedrock using an OpenAI compatible API Server? Then you can try setting the OPENAI_API_BASE environment variable to be the bedrock hostname.
Alternatively, you can use a proxy server like https://github.com/BerriAI/litellm
Can you access AWS Bedrock using an OpenAI compatible API Server? Then you can try setting the
OPENAI_API_BASEenvironment variable to be the bedrock hostname.Alternatively, you can use a proxy server like https://github.com/BerriAI/litellm
Thanks!
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.