We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1a02a commit fe2f3b9Copy full SHA for fe2f3b9
src/pytgpt/bard/main.py
@@ -6,6 +6,9 @@
6
from json import load
7
from json import dumps
8
import warnings
9
+import logging
10
+
11
+logging.getLogger("httpx").setLevel(logging.ERROR)
12
13
warnings.simplefilter("ignore", category=UserWarning)
14
0 commit comments