The examples below showcase how to use different agentic frameworks with the SAP provider via LiteLMM. Users can access LLMs across all vendors (OpenAI, Google, Amazon, Mistral, SAP, ...) available in the Generative AI Hub. Each framework example is described in a separate jupyter notebook.
- AI Core Gen AI subscription via BTP tenant.
- Install latest Litellm (including SAP provider).
Clear cell outputs and metadata using the ".pre-commit-config.yaml". Installation procedure:
python3 -m venv env
source env/bin/activate
python3 -m pip install pre-commit nbstripoutManual run:
pre-commit run --all-filesSkip Hooks temporarily:
git commit -m "Message" --no-verify