From bc0d46282d7390a8f5c25ecf098d9b1cb473ad15 Mon Sep 17 00:00:00 2001 From: Eric Hammond Date: Mon, 9 Dec 2024 10:52:26 -0800 Subject: [PATCH] add/improve language around safety and privacy --- app/components/Caveats.tsx | 5 ++-- app/components/OpenSource.tsx | 19 +++++++------- app/components/SafetyFeatures.tsx | 14 ++++++----- app/components/SecurityPrivacy.tsx | 40 ++++++++++++++++++++++++++++++ app/page.tsx | 5 ++-- 5 files changed, 63 insertions(+), 20 deletions(-) create mode 100644 app/components/SecurityPrivacy.tsx 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