Skip to content

Commit

Permalink
fixup! fix(ai-help): use GPT-3.5 for free users
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Dec 19, 2023
1 parent ecf95df commit 9a81817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/plus/ai-help/banners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function AiHelpBanner() {
<strong>
{isSubscriber
? "GPT-4-powered AI Help."
: "Supercharge your AI Help help experience with our paid subscriptions."}
: "Supercharge your AI Help experience with our paid subscriptions."}
</strong>
</p>
<p>
Expand Down

0 comments on commit 9a81817

Please sign in to comment.