From 324fb983d1f92cb026ec062fe2603392bf796bc9 Mon Sep 17 00:00:00 2001
From: Claas Augner <495429+caugner@users.noreply.github.com>
Date: Fri, 9 Aug 2024 14:50:48 +0200
Subject: [PATCH] chore(ai-help): replace GPT-3.5 Turbo with GPT-4o mini
(#11586)
---
client/src/plus/ai-help/banners.tsx | 4 ++--
client/src/plus/ai-help/history.scss | 2 +-
client/src/plus/ai-help/index.tsx | 8 ++++----
client/src/plus/ai-help/landing.tsx | 6 ++++--
.../plus/offer-overview/offer-overview-feature/index.tsx | 2 +-
.../offer-overview/offer-overview-subscribe/index.tsx | 4 ++--
copy/plus/features/ai-help.md | 2 +-
7 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/client/src/plus/ai-help/banners.tsx b/client/src/plus/ai-help/banners.tsx
index 3044fb2b000e..74dec90ee02a 100644
--- a/client/src/plus/ai-help/banners.tsx
+++ b/client/src/plus/ai-help/banners.tsx
@@ -19,14 +19,14 @@ export function AiHelpBanner({
{isSubscriber
- ? "GPT-4-powered AI Help."
+ ? "GPT-4o-powered AI Help."
: "Supercharge your AI Help experience with our paid subscriptions."}
{isSubscriber
? "Now with chat history, enhanced context, and optimized prompts."
- : "Upgrade to MDN Plus 5 or MDN Supporter 10 to unlock the potential of GPT-4-powered AI Help."}
+ : "Upgrade to MDN Plus 5 or Supporter 10 to unlock the full potential of GPT-4o-powered AI Help."}
- Our AI Help feature integrates GPT-3.5 for MDN Plus
- free users and GPT-4 for paying subscribers,
+ Our AI Help feature integrates GPT-4o mini for MDN
+ Plus free users and GPT-4o for paying subscribers,
leveraging Large Language Models (LLMs) developed by{" "}
-
diff --git a/client/src/plus/offer-overview/offer-overview-feature/index.tsx b/client/src/plus/offer-overview/offer-overview-feature/index.tsx
index c976aade6ff0..e6294a270fd0 100644
--- a/client/src/plus/offer-overview/offer-overview-feature/index.tsx
+++ b/client/src/plus/offer-overview/offer-overview-feature/index.tsx
@@ -31,7 +31,7 @@ export default function OfferOverviewFeatures() {
No need to scroll through page after page to find your answers.
Introducing an AI assistant that can answer all your web development
- questions in real time. Powered by OpenAI GPT-3.5 and GPT-4.
+ questions in real time. Powered by OpenAI GPT-4o and GPT-4o mini.