File size: 560 Bytes
d901442 | 1 2 3 4 5 6 7 8 9 10 11 | # Responsible use
- Keep the raw inference endpoint private and authenticated.
- Treat generated text as untrusted; verify important claims independently.
- Sandbox tool execution and require confirmation for destructive or external actions.
- Apply least-privilege network and filesystem access.
- Maintain rate limits, audit logs, incident response, and a rapid shutdown path.
- Do not use the system to facilitate unlawful harm, evade legal obligations, or violate third-party rights.
- Evaluate the assembled model for your own domain before deployment.
|