Clone the repo Clone bedrock-litellm repo git clone https://github.com/aws-samples/bedrock-litellm.git Save bedrock-litellm directory in an environment variable export BEDROCK_LITELLM_DIR=$PWD/bedrock-litellm echo "export BEDROCK_LITELLM_DIR=${BEDROCK_LITELLM_DIR}" | tee -a ~/.bash_profile