mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Quiet litellm
This commit is contained in:
parent
f92aecbf7a
commit
01cf038bb5
3 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,8 @@ from PIL import Image
|
|||
|
||||
from aider.dump import dump # noqa: F401
|
||||
|
||||
litellm.suppress_debug_info = True
|
||||
|
||||
DEFAULT_MODEL_NAME = "gpt-4-1106-preview"
|
||||
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@ CACHE_PATH = "~/.aider.send.cache.v1"
|
|||
CACHE = None
|
||||
# CACHE = Cache(CACHE_PATH)
|
||||
|
||||
litellm.suppress_debug_info = True
|
||||
|
||||
|
||||
@backoff.on_exception(
|
||||
backoff.expo,
|
||||
|
|
|
@ -15,6 +15,8 @@ from prompt_toolkit.shortcuts import prompt
|
|||
|
||||
from .dump import dump # noqa: F401
|
||||
|
||||
litellm.suppress_debug_info = True
|
||||
|
||||
|
||||
class SoundDeviceError(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue