diff --git a/app/components/Caveats.tsx b/app/components/Caveats.tsx index 3d23f5f..1dbeb6c 100644 --- a/app/components/Caveats.tsx +++ b/app/components/Caveats.tsx @@ -2,12 +2,11 @@ import { AlertCircle } from 'lucide-react' export default function Caveats() { const caveats = [ - "AI LLMs may not generate correct, expected, or desired results", "Commands should ALWAYS be reviewed carefully before execution", + "AI LLMs may not generate correct, expected, or desired results", + "Risk level evaluation is not foolproof", "Results may vary between runs, even with identical input", "Commercial LLM API usage has associated costs", - "Danger level evaluation is not foolproof", - "Environment-specific compatibility considerations" ] return ( diff --git a/app/components/OpenSource.tsx b/app/components/OpenSource.tsx index 5e9a26c..dabe022 100644 --- a/app/components/OpenSource.tsx +++ b/app/components/OpenSource.tsx @@ -1,24 +1,25 @@ -import { FileText, User, Calendar } from 'lucide-react' +import { FileText, User, Calendar, Sparkles } from 'lucide-react' export default function OpenSource() { return (
-

Open Source & License

+

Credits & License