mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 14:45:00 +00:00
refactor: remove debug prints and add lazy litellm loading verbosity flag
This commit is contained in:
parent
d09d281a8d
commit
974e618541
2 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,6 @@ if type(__version__) is not str:
|
|||
__version__ = safe_version + "+type"
|
||||
else:
|
||||
try:
|
||||
print(__version__)
|
||||
print(safe_version)
|
||||
if version.parse(__version__) < version.parse(safe_version):
|
||||
__version__ = safe_version + "+less"
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue