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."}

{!isSubscriber && ( diff --git a/client/src/plus/ai-help/history.scss b/client/src/plus/ai-help/history.scss index 2a24eef19ece..682f864c5dbe 100644 --- a/client/src/plus/ai-help/history.scss +++ b/client/src/plus/ai-help/history.scss @@ -176,7 +176,7 @@ .ai-help-history-activation { background-color: var(--background-secondary); border-radius: 0.25rem; - // Align "Answer History" with "GPT-4-powered AI Help". + // Align "Answer History" with "GPT-4o-powered AI Help". margin-top: 3.5rem; padding: 0.25rem; diff --git a/client/src/plus/ai-help/index.tsx b/client/src/plus/ai-help/index.tsx index c7545e64d51a..fa089a7ba001 100644 --- a/client/src/plus/ai-help/index.tsx +++ b/client/src/plus/ai-help/index.tsx @@ -610,7 +610,7 @@ export function AIHelpInner() { const isQuotaLoading = quota === undefined; const hasQuota = !isQuotaLoading && quota !== null; const hasConversation = messages.length > 0; - const gptVersion = isPlusSubscriber(user) ? "GPT-4" : "GPT-3.5"; + const gptVersion = isPlusSubscriber(user) ? "GPT-4o" : "GPT-4o mini"; function isQuotaExceeded(quota: Quota | null | undefined): quota is Quota { return quota ? quota.remaining <= 0 : false; @@ -920,8 +920,8 @@ export function AIHelpInner() {

- 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{" "}

-

GPT-4-Powered

-

Unlock GPT-4's potential with our paid subscriptions

+

GPT-4o-Powered

+

+ Unlock GPT-4o's full potential with our paid subscriptions +

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.