forked from Shinonome/dots-hyprland
ai: add privacy notice
This commit is contained in:
@@ -49,7 +49,7 @@ const ChatGPTInfo = () => {
|
|||||||
Button({
|
Button({
|
||||||
className: 'txt-subtext txt-norm icon-material',
|
className: 'txt-subtext txt-norm icon-material',
|
||||||
label: 'info',
|
label: 'info',
|
||||||
tooltipText: 'Uses gpt-3.5-turbo.\nNot affiliated, endorsed, or sponsored by OpenAI.',
|
tooltipText: 'Uses gpt-3.5-turbo.\nNot affiliated, endorsed, or sponsored by OpenAI.\n\nPrivacy: OpenAI claims they do not use your data when you use their API.',
|
||||||
setup: setupCursorHoverInfo,
|
setup: setupCursorHoverInfo,
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ const GeminiInfo = () => {
|
|||||||
Button({
|
Button({
|
||||||
className: 'txt-subtext txt-norm icon-material',
|
className: 'txt-subtext txt-norm icon-material',
|
||||||
label: 'info',
|
label: 'info',
|
||||||
tooltipText: 'Uses gemini-pro.\nNot affiliated, endorsed, or sponsored by Google.',
|
tooltipText: 'Uses gemini-pro.\nNot affiliated, endorsed, or sponsored by Google.\n\nPrivacy: Google collects data for training by default.\nIf you mind, turn off Gemini Apps Activity in your account.',
|
||||||
setup: setupCursorHoverInfo,
|
setup: setupCursorHoverInfo,
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user