mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor: improve model name redaction in analytics and model info handling
This commit is contained in:
parent
a565a63436
commit
e94e60b1d2
3 changed files with 8 additions and 5 deletions
|
@ -266,7 +266,7 @@ class Coder:
|
|||
suggest_shell_commands=True,
|
||||
chat_language=None,
|
||||
):
|
||||
self.analytics = analytics if analytics is not None else Analytics(enable=False)
|
||||
self.analytics = analytics if analytics is not None else Analytics()
|
||||
self.event = self.analytics.event
|
||||
self.chat_language = chat_language
|
||||
self.commit_before_message = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue