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

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