Skip to content

Commit

Permalink
Abstract -> Answer
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune committed Nov 29, 2024
1 parent b75f5b3 commit f345697
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ export function AbstractAbout() {
return (
<Stack>
<Text size="sm" c="var(--high-contrast-text)" fw={fontWeightBold}>
About the abstract
About the answer
</Text>
<Text size="sm">
This abstract is AI-generated, based on your query and search results.
By submitting a query, you agree to share data with OpenAI, governed by
This answer is AI-generated, based on your query and search results. By
submitting a query, you agree to share data with OpenAI, governed by
theirs{' '}
<Link to="https://openai.com/policies/terms-of-use">Terms of Use</Link>{' '}
and{' '}
<Link to="https://openai.com/policies/privacy-policy">
Privacy Policy
</Link>
. Note that abstracts may contain inaccuracies or unintended biases and
. Note that answers may contain inaccuracies or unintended biases and
shouldn&apos;t serve as a substitute for professional advice in medical,
legal, financial, or other domains.{' '}
<Text span>
Click <Anchor onClick={() => setValue(false)}>here</Anchor> to revoke
showing the abstract.
showing the answer.
</Text>
</Text>
</Stack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function DisclaimerDetails() {
</Text>
<Text size="sm" align="left">
By entering a query, you consent to sharing it with OpenAI. The
abstract you see is generated by an AI model, using your query and
answer you see is generated by an AI model, using your query and
search results. Please be aware there might be potential
inaccuracies or unintended bias in the abstracts. The abstracts
are not a substitute for medical, legal, financial, or other
inaccuracies or unintended bias in the answers. The answers are
not a substitute for medical, legal, financial, or other
professional advice. Familiarize yourself with OpenAI&apos;s{' '}
<Link to="https://openai.com/policies/terms-of-use">
Terms of Use
Expand All @@ -50,8 +50,8 @@ export function AbstractDisclaimer() {
<Stack>
<Text size="sm" align="center">
By showing, you consent to share data with OpenAI. The AI-generated
abstract may have biases or inaccuracies. See <DisclaimerDetails />{' '}
for more details. For the traditional search{' '}
answer may have biases or inaccuracies. See <DisclaimerDetails /> for
more details. For the traditional search{' '}
<Link to="https://docs.vespa.ai">docs.vespa.ai</Link>.
</Text>
</Stack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export function AbstractTitle() {
<Popover.Dropdown>
<Container size={isMobile ? '55vw' : 'xs'}>
<Text size={isMobile ? 'xs' : 'sm'}>
The abstract&apos;s accuracy relies on your query and the search
The answer&apos;s accuracy relies on your query and the search
outcome. Irrelevant query context might influence results, and
answers vary based on sources used. Abstracts aren&apos;t suitable
answers vary based on sources used. Answers aren&apos;t suitable
for regulatory or legal purposes and shouldn&apos;t replace
professional advice in medical, legal, or financial areas.
</Text>
Expand Down

0 comments on commit f345697

Please sign in to comment.