new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI SDK · Providers · all subjects

sap-ai/setup

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

SAP AI Core provider packages

Two npm packages are published for SAP AI Core: @jerome-benoit/sap-ai-provider (Language Model V4 for AI SDK 5.x & 6.x, recommended) and @jerome-benoit/sap-ai-provider-v2 (Language Model V2 for AI SDK 5.x).

SAP AI Core authentication setup

Authentication for SAP AI Core is handled automatically via the AICORE_SERVICE_KEY environment variable for local environments or VCAP_SERVICES for SAP BTP.

SAP AI Core provider import

The default provider instance sapai can be imported from @jerome-benoit/sap-ai-provider using: import { sapai } from '@jerome-benoit/sap-ai-provider';

SAP AI Core custom provider creation

A customized SAP AI provider instance can be created using createSAPAIProvider function with settings: import { createSAPAIProvider } from '@jerome-benoit/sap-ai-provider'; const sapai = createSAPAIProvider({ resourceGroup: 'default', api: 'orchestration' });

Give your agent this brain