4172637469634d6f6e6b6579733a31382e30382e3234
Browse files
llm/apimodels/hf_model.py
CHANGED
@@ -9,7 +9,6 @@ from llm.utils.config import config
|
|
9 |
|
10 |
from langchain_community.llms import HuggingFaceEndpoint
|
11 |
|
12 |
-
|
13 |
logger = logging.getLogger(__name__)
|
14 |
logger.setLevel(logging.ERROR) # because if something went wrong in execution, application can't be work anyway
|
15 |
|
|
|
9 |
|
10 |
from langchain_community.llms import HuggingFaceEndpoint
|
11 |
|
|
|
12 |
logger = logging.getLogger(__name__)
|
13 |
logger.setLevel(logging.ERROR) # because if something went wrong in execution, application can't be work anyway
|
14 |
|