Skip to content

Commit 475fe4e

Browse files
authored
chore(ai-help): update Usage Guidance copy (#10531)
1 parent ab04c11 commit 475fe4e

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

Diff for: client/src/plus/ai-help/index.tsx

+22-23
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,9 @@ export function AIHelpInner() {
858858
</header>
859859
<div className="modal-body">
860860
<p>
861-
Our AI Help feature employs {gptVersion}, a Large
862-
Language Model (LLM) developed by{" "}
861+
Our AI Help feature integrates GPT-3.5 for MDN Plus
862+
free users and GPT-4 for paying subscribers,
863+
leveraging Large Language Models (LLMs) developed by{" "}
863864
<a
864865
href="https://platform.openai.com/docs/api-reference/models"
865866
className="external"
@@ -868,31 +869,29 @@ export function AIHelpInner() {
868869
>
869870
OpenAI
870871
</a>
871-
. While it's designed to offer helpful and relevant
872-
information drawn from MDN's comprehensive
873-
documentation, it's important to bear in mind that it
874-
is an LLM and may not produce perfectly accurate
875-
information in every circumstance.
872+
. This tool is designed to enhance your experience by
873+
providing relevant insights from MDN's extensive
874+
documentation. However, given the nature of LLMs, it's
875+
crucial to approach the generated information with a
876+
discerning eye, especially for complex or critical
877+
subjects.
876878
</p>
877879
<p>
878-
We strongly advise all users to cross-verify the
879-
information generated by this AI Help feature,
880-
particularly for complex or critical topics. While we
881-
strive for accuracy and relevance, the nature of AI
882-
means that responses may vary in precision.
880+
We encourage users to verify the AI Help's output. For
881+
convenience and accuracy, links for further reading
882+
and verification are provided at the beginning of
883+
responses, directing you to the relevant MDN
884+
documentation. This ensures immediate access to deeper
885+
insights and broader context.
883886
</p>
884887
<p>
885-
The AI Help feature provides links at the end of its
886-
responses to support further reading and verification
887-
within the MDN documentation. These links are intended
888-
to facilitate deeper understanding and context.
889-
</p>
890-
<p>
891-
As you use the AI Help feature, keep in mind its
892-
nature as an LLM. It's not perfect, but it's here to
893-
assist you as best as it can. We're excited to have
894-
you try AI Help, and we hope it makes your MDN
895-
experience even better.
888+
Remember, while AI Help aims to be a valuable
889+
resource, its responses, influenced by the
890+
complexities of AI, might not always hit the mark with
891+
absolute precision. We invite you to explore this
892+
feature, designed to complement your MDN exploration.
893+
Your feedback is invaluable as we continue to refine
894+
AI Help to better serve your needs.
896895
</p>
897896
</div>
898897
</MDNModal>

0 commit comments

Comments
 (0)