#safety
3 snippets tagged with #safety
typescriptbeginner
Content Moderation with OpenAI
Check user input for harmful content using the OpenAI Moderation API before processing.
#openai#moderation
typescriptadvanced
AI Guardrails & Safety Pattern
Implement input/output guardrails for LLM applications with content filtering and response validation.
#guardrails#safety
bashintermediate
Git Force Push Safely
Use force-with-lease instead of force push to prevent overwriting teammates' commits on remote.
#git#force-push