UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

20 lines 552 B
/** * Filter configuration for Llama Guard 3 8B */ export type LlamaGuard38B = { violent_crimes?: boolean; non_violent_crimes?: boolean; sex_crimes?: boolean; child_exploitation?: boolean; defamation?: boolean; specialized_advice?: boolean; privacy?: boolean; intellectual_property?: boolean; indiscriminate_weapons?: boolean; hate?: boolean; self_harm?: boolean; sexual_content?: boolean; elections?: boolean; code_interpreter_abuse?: boolean; }; //# sourceMappingURL=llama-guard-38-b.d.ts.map