Skip to content

Commit

Permalink
chore: Remove SDK import model warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Jan 19, 2024
1 parent 63654f6 commit e7301cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dbgpt/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import logging

try:
from dbgpt.model.cluster.client import DefaultLLMClient
except ImportError as exc:
logging.warning("Can't import dbgpt.model.DefaultLLMClient")
# logging.warning("Can't import dbgpt.model.DefaultLLMClient")
DefaultLLMClient = None


Expand Down

0 comments on commit e7301cb

Please sign in to comment.