mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
cleanup
This commit is contained in:
parent
2817766cf5
commit
3e2454b84b
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ class Analytics:
|
|||
return
|
||||
|
||||
if self.permanently_disable:
|
||||
self.disable(False)
|
||||
self.disable(True)
|
||||
return
|
||||
|
||||
if not self.asked_opt_in:
|
||||
|
|
|
@ -500,7 +500,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
if analytics.need_to_ask():
|
||||
io.tool_output(
|
||||
"Aider respects your privacy and never collects your code, chat messages, keys or"
|
||||
" any personal info."
|
||||
" personal info."
|
||||
)
|
||||
io.tool_output(f"For more info: {urls.analytics}")
|
||||
disable = not io.confirm_ask(
|
||||
|
|
|
@ -12,7 +12,7 @@ improve aider's ability to work with LLMs, edit code and complete user requests.
|
|||
|
||||
Analytics are only collected if you agree and opt-in.
|
||||
Aider respects your privacy and never collects your code, chat messages, keys or
|
||||
any personal info.
|
||||
personal info.
|
||||
|
||||
Aider collects information on:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue