mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
e4913669d4
commit
6e4ccf8715
2 changed files with 3 additions and 3 deletions
|
@ -499,7 +499,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
if args.analytics:
|
if args.analytics:
|
||||||
if analytics.need_to_ask():
|
if analytics.need_to_ask():
|
||||||
io.tool_output(
|
io.tool_output(
|
||||||
"Aider respects your privacy and never collects your code, prompts, chats, keys or"
|
"Aider respects your privacy and never collects your code, chat messages, keys or"
|
||||||
" any personal info."
|
" any personal info."
|
||||||
)
|
)
|
||||||
io.tool_output(f"For more info: {urls.analytics}")
|
io.tool_output(f"For more info: {urls.analytics}")
|
||||||
|
|
|
@ -11,8 +11,8 @@ improve aider's ability to work with LLMs, edit code and complete user requests.
|
||||||
## Opt-in, anonymous, no personal info
|
## Opt-in, anonymous, no personal info
|
||||||
|
|
||||||
Analytics are only collected if you agree and opt-in.
|
Analytics are only collected if you agree and opt-in.
|
||||||
No personal information is collected: no user identity, none of your code, keys,
|
Aider respects your privacy and never collects your code, chat messages, keys or
|
||||||
prompts or chat messages.
|
any personal info.
|
||||||
|
|
||||||
Aider collects information on:
|
Aider collects information on:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue