openai-multi-client
openai-multi-client copied to clipboard
Silent mode
Thanks for this library. It's been very useful. I wonder if there's any way to reduce noise when running this? I don't need to see all the exceptions in the output (or I can make the messages more readable myself). Does anybody know?
FYI, this is not ideal but works
logging.getLogger("openai_multi_client").disabled = True