Skip to content

Commit 0530308

Browse files
try to remove a debug print from litellm
1 parent f01c3c1 commit 0530308

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WDoc/utils/misc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
# ignore warnings from beautiful soup that can happen because anki is not exactly html
4242
warnings.filterwarnings("ignore", category=UserWarning, module='bs4', message=".*The input looks more like a filename than markup.*")
4343

44+
# additional warnings to ignore
45+
warnings.filterwarnings("ignore", module='litellm', message=".*Counting tokens for OpenAI model=.*")
4446

4547
try:
4648
import ftlangdetect

0 commit comments

Comments
 (0)