Quiet litellm

This commit is contained in:
Paul Gauthier 2024-04-23 10:37:43 -07:00
parent f92aecbf7a
commit 01cf038bb5
3 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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,

View file

@ -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