mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove unused logger
This commit is contained in:
parent
6212d7c2e8
commit
948ba6ddca
1 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,8 @@
|
|||
from khoj.processor.conversation import utils
|
||||
from langchain.schema import ChatMessage
|
||||
import factory
|
||||
import logging
|
||||
import tiktoken
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
class ChatMessageFactory(factory.Factory):
|
||||
class Meta:
|
||||
model = ChatMessage
|
||||
|
|
Loading…
Add table
Reference in a new issue