Skip to content

Clone the repo

  1. Clone bedrock-litellm repo
    git clone https://github.com/aws-samples/bedrock-litellm.git
    
  2. 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