@@ -858,8 +858,9 @@ export function AIHelpInner() {
858
858
</ header >
859
859
< div className = "modal-body" >
860
860
< 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{ " " }
863
864
< a
864
865
href = "https://platform.openai.com/docs/api-reference/models"
865
866
className = "external"
@@ -868,31 +869,29 @@ export function AIHelpInner() {
868
869
>
869
870
OpenAI
870
871
</ 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.
876
878
</ p >
877
879
< 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.
883
886
</ p >
884
887
< 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.
896
895
</ p >
897
896
</ div >
898
897
</ MDNModal >
0 commit comments