Skip to content

Commit c2ed0df

Browse files
committed
Refactor bedrock.py: Remove redundant logging statements
1 parent 9f83114 commit c2ed0df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/api/models/bedrock.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
import tiktoken
1313
from fastapi import HTTPException
1414

15-
# logging.getLogger("boto3").setLevel(logging.DEBUG)
16-
# logging.getLogger("botocore").setLevel(logging.DEBUG)
17-
18-
1915
from api.models.base import BaseChatModel, BaseEmbeddingsModel
2016
from api.schema import (
2117
# Chat

0 commit comments

Comments
 (0)