Sample code to demonstrate the usage of the SAP Cloud SDK for AI.
Create a .env file in the sample-code directory with the complete content of your AI core service key by adding the following lines:
AICORE_CLIENT_ID="..."
AICORE_CLIENT_SECRET="..."
AICORE_AUTH_URL="..."
AICORE_BASE_URL="..."The server can be started with
uv run uvicorn sample_code.server:app --app-dir src --env-file .env --reloador by running make.
TODO: overview